Posts by Bruno Silva • 11 points
2 posts
-
0
votes2
answers895
viewsA: Calculation of the Z value of the normal distribution
Thanks for the help, I already managed to resolve the issue, the correct code would be then: import Static java.lang.Math.sqrt; import org.apache.Commons.math.Distribution.Normaldistribution; import…
-
1
votes2
answers895
viewsQ: Calculation of the Z value of the normal distribution
Good morning, I’m having a problem calculating the Z-value in the normal distribution. Also the calculation of t and sigma t constants are giving me 0, which is impossible. I’ll put the code and…