gsl
GSL and correlation
I\'m using the GSL library 1.14 and the ruby wrapper (gsl) for some math calculation. One thing that I need is the Pearson correlation. But I have a problem when 0 in my array.[详细]
2023-03-02 19:48 分类:问答GSL: Error reporting
I want to use the GSL for integration http://www.gnu.org/software/gsl/manual/html_node/Numerical-Integration.html[详细]
2023-02-26 16:13 分类:问答Multidimensional minimization with the Gnu Scientific Library
So I have a problem with the multidimensional minimization procedures in the GSL (the one I\'m trying to use is gsl_multimin_fdfminimizer_vector_bfgs2, but the others produce the same problem). I have[详细]
2023-02-24 05:23 分类:问答Installing rb-gsl gem using Cygwin
I\'m having issues installing rb-gsl under Windows using Cygwin. I\'m using the RubyInstaller for Windows with the dev kit installed. I\'ve installed Cygwin and the GSL runtime, gsl-apps, gsl-devel an[详细]
2023-02-23 11:19 分类:问答Getting p-value for linear regression in C gsl_fit_linear() function from GSL library
I\'m trying to reporduce some code from R in C, so I\'m trying to fit a linear regression using the gsl_fit_linear() function.[详细]
2023-02-21 08:07 分类:问答GSL function to replace catlas_daxpby
I want to replace catlas_daxpby function from ATLAS lib开发者_开发知识库rary with a GSL equivalent function. Is there any?There\'s the Level 1 GSL BLAS Interface which indicates that there\'s a functi[详细]
2023-02-18 12:25 分类:问答TextMate and compiling options
I\'m writing a code in C++ with the support of the GNU Scientific Libraries. I\'ve properly installed them and in order to compile them from the Terminal I just have to write the following:[详细]
2023-02-07 11:04 分类:问答g++ linking issue with GSL
g++ -o program main.cpp classOne.cpp classTwo.cpp开发者_开发知识库 -lgsl -lgslblas -lm that\'s how i compile when the GSL-packages are installed.[详细]
2023-01-31 06:35 分类:问答deallocating gsl vectors in structs
Can you explain what\'s going on with my code here? I\'m not sure if I\'m using the destructor correctly or not in the struct.[详细]
2023-01-29 05:46 分类:问答removing memory leaks in c++ and GNU scientific library code
double a[] = { 0.11, 0.12, 0.13, 0.21, 0.22, 0.23 }; double b[] = { 1011, 1012, 1021, 1022, 1031, 1032 };[详细]
2023-01-27 02:42 分类:问答