Created on 19 November 2017
icon_unfollowing
Login to follow
statistics-net

Statistics.Net

Stable version 2.0.1 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded on 11 March 2019 by 
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.
Category
Functional libraries & utilities, Other functions & libraries
Tags
Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
Statistics.Net has no dependencies.
Application Objects
Statistics.Net has 0 AOs.
Team
Compatible with
Version 11
Database:
All
Asset consumers
No consumers yet.
Weekly downloads