Message Boards Message Boards

0
|
8427 Views
|
1 Reply
|
1 Total Likes
View groups...
Share
Share this post:

StudentTDistribution: Solve Equation of distribution function to equal 0.95

Posted 11 years ago
Solve[Probability[x <= t, x \[Distributed] StudentTDistribution[2.964, 2.071, 5]] == 0.95 ,t]
If I do this with a NormalDistribution it works. Why doesn't it work with StudentTDistribution?
How can I solve this problem?
POSTED BY: Tobi R
Works fine for me in version 9. You may also try 
Quantile[StudentTDistribution[2.964, 2.071, 5], 0.95]
.
POSTED BY: Ilian Gachevski
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract