mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[Toolbox] Changed the required parameters for normal_distributions
Changed the parameter σ2 to σ. This is now consistant with the probability app Change-Id: I96101ba158cebef972e536cfa5cc1b2da71b543d
This commit is contained in:
committed by
Émilie Feral
parent
6072ffd848
commit
997c103fba
@@ -114,7 +114,7 @@ IntCommand = "int(\x11,x,\x11,\x11)"
|
||||
IntCommandWithArg = "int(f(x),x,a,b)"
|
||||
InvBinomialCommandWithArg = "invbinom(a,n,p)"
|
||||
InverseCommandWithArg = "inverse(M)"
|
||||
InvNormCommandWithArg = "invnorm(a,μ,σ2)"
|
||||
InvNormCommandWithArg = "invnorm(a,μ,σ)"
|
||||
InvSortCommandWithArg = "sort>(L)"
|
||||
K = "k"
|
||||
Lambda = "λ"
|
||||
@@ -127,9 +127,9 @@ MaxCommandWithArg = "max(L)"
|
||||
MinCommandWithArg = "min(L)"
|
||||
Mu = "μ"
|
||||
N = "n"
|
||||
NormCDFCommandWithArg = "normcdf(a,μ,σ2)"
|
||||
NormCDF2CommandWithArg = "normcdf2(a,b,μ,σ2)"
|
||||
NormPDFCommandWithArg = "normpdf(x,μ,σ2)"
|
||||
NormCDFCommandWithArg = "normcdf(a,μ,σ)"
|
||||
NormCDF2CommandWithArg = "normcdf2(a,b,μ,σ)"
|
||||
NormPDFCommandWithArg = "normpdf(x,μ,σ)"
|
||||
PermuteCommandWithArg = "permute(n,r)"
|
||||
P = "p"
|
||||
Prediction95CommandWithArg = "prediction95(p,n)"
|
||||
|
||||
Reference in New Issue
Block a user