-
Lets consider the following code:
```
import numpy as np
from lmfit import minimize, Parameters, Parameter
x = np.linspace(0, 15, 301)
data = (5. * np.sin(2 * x - 0.1) * np.exp(-x*x*0.025) +
…
-
This is very odd.
Mac log:
R version 3.1.0 (2014-04-10) -- "Spring Dance"
Copyright (C) 2014 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin10.8.0 (64-bit)
R is free softwa…
-
I spend the last train ride thinking a lot about a more streamlined version of the PathMovers and PathMoveChanges (PMC). This includes also a faster loading which is almost finished.
#### What we have…
-
Add the following analysis-methods for sets of observables:
- chi^2 [1]
- Student-test [1]
- Jackknife [1,2]
- Bootstrap [3]
[1] B. A. Berg, "Markov Chain Monte Carlo Simulations and their Statistica…
-
同求:
Coder_Chenzhi: 我想补习机器学习涉及到的统计学知识,但是相关内容太多,不知道该如何下手,可以推荐一些资源吗?谢谢!
http://www.weibo.com/message/history?uid=1693756354&name=Coder_Chenzhi
-
This is the issue for general changes to the 2.4.0 manual for the next release (2.4.0++), such as typos, new examples, etc. Changes related to new features should be bundled with the new feature itse…
-
UnifyingRealTimeMultiVehicleTrackingAndCategorization.pdf
-
Andrew Gelman contacted me about the possibility of a Julia interface to Stan, similar to the rstan package for R. I'll just quote our exchange here. Let me know if it would be more appropriate to m…
-
Sim 9 Fast is a bit tricky because it doesn't fit in with the whole framework of the rest of the algorithms. I need to work out how it all fits in the new object for co-occurrence.
-
Hi I was browsing your code when I noticed something which might be an error. It occurs at nest.py line 201 under the comment "Refine step-size to let acceptance ratio converge around 50%"
It's impo…
js850 updated
11 years ago