mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[apps/probability] FiniteIntegralCalculation does not use RightIntegralFirstLegend
This commit is contained in:
committed by
Émilie Feral
parent
0329eb78cc
commit
a1fa7d71dc
@@ -1,4 +1,5 @@
|
||||
DiscreteLegend = "P(X="
|
||||
FiniteIntegralFirstLegend = "P("
|
||||
FiniteIntegralLegend = "≤X≤"
|
||||
LeftIntegralFirstLegend = "P(X≤"
|
||||
LeftIntegralSecondLegend = ")="
|
||||
|
||||
@@ -18,7 +18,7 @@ FiniteIntegralCalculation::FiniteIntegralCalculation() :
|
||||
I18n::Message FiniteIntegralCalculation::legendForParameterAtIndex(int index) {
|
||||
assert(index >= 0 && index < 3);
|
||||
if (index == 0) {
|
||||
return I18n::Message::RightIntegralFirstLegend;
|
||||
return I18n::Message::FiniteIntegralFirstLegend;
|
||||
}
|
||||
if (index == 1) {
|
||||
return I18n::Message::FiniteIntegralLegend;
|
||||
|
||||
Reference in New Issue
Block a user