由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - C programming in statistics
相关主题
请问C#/C++有什么好的statistic library?想请教一下frequency statistics和bayesian statistics的区别和应用。
how to generate truncated gamma distribution in pytho这儿有人用c++么。
请大家说说用C/C++做统计模拟吧!A question on normal distribution in matlab
Any one who have called C++ function in R and the C++ used gsl library ? Support vector machine的优点是什么
Statistical learning 方法请问on-site必须要穿正装吗?
到底怎样正确理解confidence interval才好请问SVM用到的是哪方面的数学?
Question about T-testinteger quadratic programming in R
求几个统计学巨擘的名字,像C.R.Rao这种级别的,最好是在美国的normality test of a set of data?
相关话题的讨论汇总
话题: statistics话题: random话题: code话题: number
进入Statistics版参与讨论
1 (共1页)
y***6
发帖数: 46
1
I am a statistics major and green in C programming. To my best knowledge, c
code for random number
generation (say uniform, norm,beta,chi-square etc) is hard to find online.
My question is: is there a free C
library that includes c source code for random number generation? It would
be pain in the ass if I have to
code it up by myself.
I understand we can call R random number generating function in C, but that
is not what I want. I would
appreciate if anyone can help. Thanks a lot!
n*****n
发帖数: 3123
2
R source code里有C code, 改改就可以了
F******n
发帖数: 160
3
GSL (GNU Scientific Library) 都十多年了:
http://www.gnu.org/software/gsl/
随机数:
http://www.gnu.org/software/gsl/manual/html_node/Random-Number-
这种库估计还有很多.

c

that

【在 y***6 的大作中提到】
: I am a statistics major and green in C programming. To my best knowledge, c
: code for random number
: generation (say uniform, norm,beta,chi-square etc) is hard to find online.
: My question is: is there a free C
: library that includes c source code for random number generation? It would
: be pain in the ass if I have to
: code it up by myself.
: I understand we can call R random number generating function in C, but that
: is not what I want. I would
: appreciate if anyone can help. Thanks a lot!

y***6
发帖数: 46
4
Thanks for your help!
f***a
发帖数: 329
5
C: GNU GSL
C/C++: GSL, BOOST, Neyman(? maybe I remember the name wrong. not recommend
this one though)
Or "Rinsider", you can use this library to call R functions in C++.
Go for BOOST ba~ easy to use and documentation is good.
1 (共1页)
进入Statistics版参与讨论
相关主题
normality test of a set of data?Statistical learning 方法
最近有没有面G的同学到底怎样正确理解confidence interval才好
请教一个R的问题Question about T-test
判断两个时间序列足够近似的方法求几个统计学巨擘的名字,像C.R.Rao这种级别的,最好是在美国的
请问C#/C++有什么好的statistic library?想请教一下frequency statistics和bayesian statistics的区别和应用。
how to generate truncated gamma distribution in pytho这儿有人用c++么。
请大家说说用C/C++做统计模拟吧!A question on normal distribution in matlab
Any one who have called C++ function in R and the C++ used gsl library ? Support vector machine的优点是什么
相关话题的讨论汇总
话题: statistics话题: random话题: code话题: number