| Home | Trees | Indices | Help |
|---|
|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
__package__ = None
|
|||
|
|||
Dawson( (float)x) -> float :
numeric/statistics/functions.hh:101
C++ signature :
double Dawson(double)
Dawson( (complex)z [, (float)relerr=0]) -> complex :
numeric/statistics/functions.hh:100
C++ signature :
std::complex<double> Dawson(std::complex<double> [,double=0])
|
corrcoef( (vector1_Real)vec1, (vector1_Real)vec2) -> float :
numeric/statistics/functions.hh:114
C++ signature :
double corrcoef(utility::vector1<double, std::allocator<double> >,utility::vector1<double, std::allocator<double> >)
|
corrcoef_with_provided_mean_and_std_dev( (vector1_Real)vec1, (float)m1, (float)sd1, (vector1_Real)vec2, (float)m2, (float)sd2) -> float :
numeric/statistics/functions.hh:123
C++ signature :
double corrcoef_with_provided_mean_and_std_dev(utility::vector1<double, std::allocator<double> >,double,double,utility::vector1<double, std::allocator<double> >,double,double)
|
cov( (vector1_Real)vec1, (vector1_Real)vec2) -> float :
numeric/statistics/functions.hh:128
C++ signature :
double cov(utility::vector1<double, std::allocator<double> >,utility::vector1<double, std::allocator<double> >)
|
cov_with_provided_mean( (vector1_Real)vec1, (float)m1, (vector1_Real)vec2, (float)m2) -> float :
numeric/statistics/functions.hh:135
C++ signature :
double cov_with_provided_mean(utility::vector1<double, std::allocator<double> >,double,utility::vector1<double, std::allocator<double> >,double)
|
errf( (float)x) -> float :
numeric/statistics/functions.hh:89
C++ signature :
double errf(double)
errf( (complex)z [, (float)relerr=0]) -> complex :
numeric/statistics/functions.hh:88
C++ signature :
std::complex<double> errf(std::complex<double> [,double=0])
|
errfc( (float)x) -> float :
numeric/statistics/functions.hh:97
C++ signature :
double errfc(double)
errfc( (complex)z [, (float)relerr=0]) -> complex :
numeric/statistics/functions.hh:96
C++ signature :
std::complex<double> errfc(std::complex<double> [,double=0])
|
errfcx( (float)x) -> float :
numeric/statistics/functions.hh:85
C++ signature :
double errfcx(double)
errfcx( (complex)z [, (float)relerr=0]) -> complex :
numeric/statistics/functions.hh:84
C++ signature :
std::complex<double> errfcx(std::complex<double> [,double=0])
|
errfi( (float)x) -> float :
numeric/statistics/functions.hh:93
C++ signature :
double errfi(double)
errfi( (complex)z [, (float)relerr=0]) -> complex :
numeric/statistics/functions.hh:92
C++ signature :
std::complex<double> errfi(std::complex<double> [,double=0])
|
kl_divergence( (vector1_Real)prior, (vector1_Real)posterior) -> float :
Returns the Kullback-Leibler divergence (aka relative entropy)
between two discrete probability distributions.
C++ signature :
double kl_divergence(utility::vector1<double, std::allocator<double> >,utility::vector1<double, std::allocator<double> >)
|
w( (complex)z [, (float)relerr=0]) -> complex :
numeric/statistics/functions.hh:80
C++ signature :
std::complex<double> w(std::complex<double> [,double=0])
|
w_im( (float)x) -> float :
numeric/statistics/functions.hh:81
C++ signature :
double w_im(double)
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 6 00:10:53 2015 | http://epydoc.sourceforge.net |