View source: R/Order_statistics.R
F_min_given_max_partial_normal_upper | R Documentation |
R function that calculates the conditional probability of minimum greater than y_min given maximum equals to y_max of normal random variables (upper tail probability of minimum given maximum)
F_min_given_max_partial_normal_upper(y_min, y_max, mu, sd)
y_min |
the value of y_min |
y_max |
the value of y_max |
mu |
the vector of mean parameters of normal random variables |
sd |
the vector of variance parameters of normal random variables |
The conditional probability of minimum given maximum of normal random variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.