Merge pull request #249 from Gegenter/patch-3

Epstein did not kill himself
This commit is contained in:
Quentin
2020-02-17 18:00:58 +01:00
committed by GitHub

View File

@@ -1,9 +1,9 @@
ProbaApp = "Valószínüség"
ProbaAppCapital = "VALÓSZÍNÜSÉG"
ChooseDistribution = "Válassza ki a disztribúciót"
Binomial = "Binomial"
Binomial = "Binomiális"
Geometric = "Geometriai"
Uniforme = "Uniform"
Uniforme = "Állandó"
Normal = "Normál"
ChiSquared = "Chi-négyzet"
UniformDistribution = "Egységes eloszlás"
@@ -22,6 +22,6 @@ MeanDefinition = "μ: Mean"
DeviationDefinition = "σ: szórás"
LambdaPoissonDefinition = "λ: Paraméter"
DegreesOfFreedomDefinition = "k: Szabadságfokok"
D1FisherDefinition = "d1: Degrees of freedom of the numerator"
D2FisherDefinition = "d2: Degrees of freedom of the denominator"
D1FisherDefinition = "d1: A számláló szabadsági foka"
D2FisherDefinition = "d2: A nevező szabadsági foka"
ComputeProbability = "Számítsa ki a valószínüségeket"