The library tag has no wiki summary.
0
votes
0answers
15 views
Multiple-criteria decision analysis packages for Java
Does any multiple criteria decision analysis (MCDA) package/library exist in Java?
I work on ABM modelling and need to do use such a package to guide agents in their assessments. Previously I had ...
1
vote
1answer
92 views
Multivariate Weighted Linear Regression
Very simple. I am looking for a package that does Multivariate Linear Regression with weights on the observations. Does anyone know of a package that does this? I am shocked that I have not been ...
0
votes
0answers
61 views
Hidden Markov model library
I am looking for a free hidden markov model libraries in C/C++. I can google and get a list, but a it is impossible to tell which free ones are industry standard and well established. Can anyone ...
5
votes
2answers
721 views
Pandas / Statsmodel / Scikits-learn
Are Pandas, Statsmodels and scikits-learn different implementations of machine learning/statistical operations, or are these complementary to one another?
Which of these has the most comprehensive ...
0
votes
1answer
169 views
How do I use vector auto regression using the statsmodels library in python?
Sorry about the rookie question but I have been at the documentation for three days and couldn't figure much out. (Link To documentation page)
First, how do I load my own data? Must I store it in a ...
3
votes
1answer
833 views
Constrained Optimization library for equality and inequality constraints
Any recommendations for choice of a constrained optimization library suitable for my optimization function? I am minimizing a i) non-linear function with linear equality and inequality constraints, ...
15
votes
4answers
3k views
C++ libraries for statistical computing
I've got a particular MCMC algorithm which I would like to port to C/C++. Much of the expensive computation is in C already via Cython, but I want to have the whole sampler written in a compiled ...
1
vote
2answers
999 views
Java library for Bayesian Networks
Hello fellow Number crunchers
As the headline suggest, I am looking for a java library for learning and inference of Bayesian Networks. I have already found some, but I am hoping for a ...
9
votes
3answers
433 views
Web visualization libraries
What are some good visualization libraries for online use? Are they easy to use and is there good documentation?
Thanks.