We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extensions of #6790 and #6846.
For reference: the survival function $P(X_{(1)} > 1)$ can be written as:
$$ P(X_{(1)} > x) = P(\text{all of } X_1, \dots, X_n > x) = \prod_{i=1}^n P(X_i > x) = \prod_{i=1}^n \big(1 - P(X_i \leq x)\big) = \big(1 - \text{CDF}(x)\big)^n , . $$
The pmf of $X_{(1)}$ can then be derived for any $x$ in $X$'s support as follows:
$$ P(X_{(1)} = x) = P(X_{(1)} \geq x) - P(X_{(1)} > x) = P(X_{(1)} > x - 1) - P(X_{(1)} > x) = \big(1 - \text{CDF}(x - 1)\big)^n - \big(1 - \text{CDF}(x)\big)^n $$
An appropriate test akin to test_max_discrete can be spun from this
CC @Dhruvanshu-Joshi @ricardoV94
The text was updated successfully, but these errors were encountered:
Closed via #6968
Sorry, something went wrong.
Dhruvanshu-Joshi
No branches or pull requests
Description
Extensions of #6790 and #6846.
For reference: the survival function$P(X_{(1)} > 1)$ can be written as:
The pmf of$X_{(1)}$ can then be derived for any $x$ in $X$ 's support as follows:
An appropriate test akin to test_max_discrete can be spun from this
CC @Dhruvanshu-Joshi @ricardoV94
The text was updated successfully, but these errors were encountered: