sci_gsl >> sci_gsl
sci_gsl
- Ass_legendre — It computes the Associated Legendre Polynomial.
- NormAss_legendre — It computes the Normalized Associated Legendre Polynomials suitable for use in spherical harmonics
- Rnl_Hlike — It computes the normalized radial wavefunction of hydrogen like atoms.
- montecarlo — Performs Monte Carlo integration to calculate the values of various integrals and special functions.
- phyconst — It gives the value of various physical constants such speed of light c, boltzmann constant k, charge of electron etc. in S.I or MKS units.
- splfunc — It computes the value of special functions e.g. Airy's function, Gamma function, Beta function, Bessel's function, Legendre's polynomial etc.
- Distribution Functions
- betadist — Beta Distribution
- bigaussian — Bivariate Gaussian Distribution: Generate a pair of correlated Gaussian variates.
- bigaussianpdf — Compute probability density p(x,y) at (x,y) for a bivariate Gaussian distribution.
- binomial — Binomial Distribution
- chisq — Chi-squared Distribution
- exponential — Exponential Distribution
- exppow — Exponential Power Distribution
- fdist — The F-Distribution
- flatuniform — Flat(Uniform) distribution
- gammadist — Gamma Distribution or Erlang distribution
- gaussian — Gaussian Distribution
- gaussiantail — Gaussian Tail Distribution
- geometric — Geometric distribution
- hypergeom — Hypergeometric Distribution
- lognormal — Lognormal Distribution
- logth — Logarithmic Distribution
- negbinomial — Negative Binomial Distribution
- pascal — Pascal Distribution. The Pascal distribution is simply a negative binomial distribution with an integer value of n.
- poisson — Poisson Distribution
- tdist — Student's t Distribution
- Linear System of Equations
- linsys — Solution of linear system of equations Ax=b using LU decomposition, QR decomposition and Householder solver.
- lsqod — This function finds the least squares solution to the overdetermined system Ay = b where the matrix A has more rows than columns or number of equations is more than the number of unknowns.