mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
- Wahrscheinlichkeit is too long to be displayed - XPrediction describes the prediction of Y given X
23 lines
789 B
Plaintext
23 lines
789 B
Plaintext
ProbaApp = "Wahrsch."
|
||
ProbaAppCapital = "WAHRSCHEINLICHKEIT"
|
||
ChooseLaw = "Waehlen Sie eine Verteilung"
|
||
Binomial = "Binomial"
|
||
Uniforme = "Uniform"
|
||
Exponential = "Exponential"
|
||
Normal = "Normal"
|
||
Poisson = "Poisson"
|
||
BinomialLaw = "Binomialverteilung"
|
||
UniformLaw = "Uniformverteilung"
|
||
ExponentialLaw = "Exponentialverteilung"
|
||
NormalLaw = "Normalverteilung"
|
||
PoissonLaw = "Poisson-Verteilung"
|
||
ChooseParameters = "Parameter auswaehlen"
|
||
RepetitionNumber = "n: Anzahl der Versuche"
|
||
SuccessProbability = "p: Erfolgswahrscheinlichkeit"
|
||
IntervalDefinition = "[a,b]: Intervall"
|
||
LambdaExponentialDefinition = "λ: Parameter"
|
||
MeanDefinition = "μ: Erwartungswert"
|
||
DeviationDefinition = "σ: Standardabweichung"
|
||
LambdaPoissonDefinition = "λ: Parameter"
|
||
ComputeProbability = "Wahrscheinlichkeit berechnen"
|