Package rosetta :: Package numeric :: Package statistics :: Module _numeric_statistics_
[hide private]
[frames] | no frames]

Module _numeric_statistics_

Functions [hide private]
 
Dawson(...)
Dawson( (float)x) -> float : numeric/statistics/functions.hh:101
 
corrcoef(...)
corrcoef( (vector1_Real)vec1, (vector1_Real)vec2) -> float : numeric/statistics/functions.hh:114
 
corrcoef_with_provided_mean_and_std_dev(...)
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
 
cov(...)
cov( (vector1_Real)vec1, (vector1_Real)vec2) -> float : numeric/statistics/functions.hh:128
 
cov_with_provided_mean(...)
cov_with_provided_mean( (vector1_Real)vec1, (float)m1, (vector1_Real)vec2, (float)m2) -> float : numeric/statistics/functions.hh:135
 
errf(...)
errf( (float)x) -> float : numeric/statistics/functions.hh:89
 
errfc(...)
errfc( (float)x) -> float : numeric/statistics/functions.hh:97
 
errfcx(...)
errfcx( (float)x) -> float : numeric/statistics/functions.hh:85
 
errfi(...)
errfi( (float)x) -> float : numeric/statistics/functions.hh:93
 
kl_divergence(...)
kl_divergence( (vector1_Real)prior, (vector1_Real)posterior) -> float : Returns the Kullback-Leibler divergence (aka relative entropy) between two discrete probability distributions.
 
w(...)
w( (complex)z [, (float)relerr=0]) -> complex : numeric/statistics/functions.hh:80
 
w_im(...)
w_im( (float)x) -> float : numeric/statistics/functions.hh:81
Variables [hide private]
  __package__ = None
Function Details [hide private]

Dawson(...)

 

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(...)

 

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(...)

 

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(...)

 

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(...)

 

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(...)

 

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(...)

 

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(...)

 

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(...)

 

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(...)

 

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(...)

 

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(...)

 

w_im( (float)x) -> float :
    numeric/statistics/functions.hh:81

    C++ signature :
        double w_im(double)