statistics-net
Service icon

Statistics.Net

Stable version 2.0.1 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded
 on 11 March 2019
 by 
5.0
 (3 ratings)
statistics-net

Statistics.Net

Details
Implements functions from the math.net library, specifically the numerics api .
Read more

Implements functions from the math.net library, specifically the numerics API.

Following functions exposed:

  • Normal Distribution
  • Inverse Normal Distribution
  • PoissonCDF - Computes the cumulative distribution (CDF) of the distribution at x, i.e. P(X = x).
  • PoissonLnPMF - Computes the log probability mass (lnPMF) at k, i.e. ln(P(X = k)).
  • PoissonPMF - Computes the probability mass (PMF) at k, i.e. P(X = k).
  • PoissonSample - Samples a Poisson distributed random variable.
  • PoissonSamples - Samples a sequence of Poisson distributed random variables.
  • PoissonSamplesFill - Fills an array with samples generated from the distribution.


* Icon courtesy of Icons8

Release notes (2.0.1)

Renamed actions for Normal distribution:

  • InverseNormalDistribution -> NormalInvCDF
  • NormalDistribution -> NormalCDF

New Actions for Poisson Distribution (requested by Julio Bittner)

  • PoissonCDF - Computes the cumulative distribution (CDF) of the distribution at x, i.e. P(X ≤ x).
  • PoissonLnPMF - Computes the log probability mass (lnPMF) at k, i.e. ln(P(X = k)).
  • PoissonPMF - Computes the probability mass (PMF) at k, i.e. P(X = k).
  • PoissonSample - Samples a Poisson distributed random variable.
  • PoissonSamples - Samples a sequence of Poisson distributed random variables.
  • PoissonSamplesFill - Fills an array with samples generated from the distribution.
Reviews (1)
by 
2019-03-07
in version 2.0.0
This is the only extension I can found on the Forge about statistics and this is very interesting and instructive.
Team
Other assets in this category