15.12.2012 Views

scipy tutorial - Baustatik-Info-Server

scipy tutorial - Baustatik-Info-Server

scipy tutorial - Baustatik-Info-Server

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

zetac<br />

y=zetac(x) returns 1.0 - the Riemann zeta function: sum(k**(-x), k=2..inf)<br />

Convenience Functions<br />

cbrt() y=cbrt(x) returns the real cube root of x.<br />

exp10() y=exp10(x) returns 10 raised to the x power.<br />

exp2() y=exp2(x) returns 2 raised to the x power.<br />

radian(x1, x2) y=radian(d,m,s) returns the angle given in (d)egrees, (m)inutes, and<br />

cosdg() y=cosdg(x) calculates the cosine of the angle x given in degrees.<br />

sindg() y=sindg(x) calculates the sine of the angle x given in degrees.<br />

tandg() y=tandg(x) calculates the tangent of the angle x given in degrees.<br />

cotdg() y=cotdg(x) calculates the cotangent of the angle x given in degrees.<br />

log1p() y=log1p(x) calculates log(1+x) for use when x is near zero.<br />

expm1() y=expm1(x) calculates exp(x) - 1 for use when x is near zero.<br />

cosm1() y=calculates cos(x) - 1 for use when x is near zero.<br />

round() y=Returns the nearest integer to x as a double precision<br />

cbrt<br />

y=cbrt(x) returns the real cube root of x.<br />

exp10<br />

y=exp10(x) returns 10 raised to the x power.<br />

exp2<br />

y=exp2(x) returns 2 raised to the x power.<br />

SciPy Reference Guide, Release 0.8.dev<br />

radian<br />

y=radian(d,m,s) returns the angle given in (d)egrees, (m)inutes, and (s)econds in radians.<br />

cosdg<br />

y=cosdg(x) calculates the cosine of the angle x given in degrees.<br />

sindg<br />

y=sindg(x) calculates the sine of the angle x given in degrees.<br />

tandg<br />

y=tandg(x) calculates the tangent of the angle x given in degrees.<br />

cotdg<br />

y=cotdg(x) calculates the cotangent of the angle x given in degrees.<br />

log1p<br />

y=log1p(x) calculates log(1+x) for use when x is near zero.<br />

expm1<br />

y=expm1(x) calculates exp(x) - 1 for use when x is near zero.<br />

cosm1<br />

y=calculates cos(x) - 1 for use when x is near zero.<br />

round<br />

y=Returns the nearest integer to x as a double precision floating point result. If x ends in 0.5 exactly, the nearest<br />

even integer is chosen.<br />

3.18 Statistical functions (<strong>scipy</strong>.stats)<br />

This module contains a large number of probability distributions as well as a growing library of statistical functions.<br />

3.18. Statistical functions (<strong>scipy</strong>.stats) 447

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!