Deep.Net


NormalDistribution

Namespace: Models

Expressions concernred with Normal Distriutions

Functions and values

Function or valueDescription
cdf x mu cov
Signature: x:ExprT -> mu:ExprT -> cov:ExprT -> ExprT

CDF of standard normal distribution

gaussianErrorFkt x
Signature: x:ExprT -> ExprT

Computes approximate gaussian error with maximum approximation error of 1.2 10 * -7

normalize x
Signature: x:ExprT -> ExprT

Normalizes

pdf x mu cov
Signature: x:ExprT -> mu:ExprT -> cov:ExprT -> ExprT

PDF of standard normal distribution

Fork me on GitHub