mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 01:08:15 +01:00
[apps/proba] Fix typo
This commit is contained in:
@@ -50,7 +50,7 @@ double ChiSquaredLaw::cumulativeDistributiveFunctionAtAbscissa(double x) const {
|
||||
}
|
||||
|
||||
double ChiSquaredLaw::cumulativeDistributiveInverseForProbability(double * probability) {
|
||||
return cumulativeDistributiveInverseForProbabilityUsingBrentRoots(proba);
|
||||
return cumulativeDistributiveInverseForProbabilityUsingBrentRoots(probability);
|
||||
}
|
||||
|
||||
float ChiSquaredLaw::coefficient() const {
|
||||
|
||||
@@ -31,7 +31,7 @@ double StudentLaw::cumulativeDistributiveFunctionAtAbscissa(double x) const {
|
||||
}
|
||||
|
||||
double StudentLaw::cumulativeDistributiveInverseForProbability(double * probability) {
|
||||
return cumulativeDistributiveInverseForProbabilityUsingBrentRoots(proba);
|
||||
return cumulativeDistributiveInverseForProbabilityUsingBrentRoots(probability);
|
||||
}
|
||||
|
||||
float StudentLaw::coefficient() const {
|
||||
|
||||
Reference in New Issue
Block a user