Skip to content
New issue

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

Add Student's T distribution page #480

Merged
merged 4 commits into from
Jun 22, 2024

Conversation

aleicazatti
Copy link
Collaborator

Notes:

Related Distributions:

  • Chi-Squared Distribution - Student's t-distribution is a transformation of chi-squared distribution and can be obtained from chi-squared distribution and normal distribution.

took it from https://en.wikipedia.org/wiki/Chi-squared_distribution#Related_distributions

docs/examples/students_t_distribution.md Outdated Show resolved Hide resolved

**Common Alternatives:**

- [Normal Distribution](normal_distribution.md) - When $\nu \to \infty$, the t-distribution converges to the normal distribution.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add the skew student t


**Related Distributions:**

- [Chi-Squared Distribution](chi_squared_distribution.md) - Student's t-distribution is a transformation of chi-squared distribution and can be obtained from chi-squared distribution and normal distribution.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure how useful this is in the context of preliz. Probably just ommit this section for this distribution

aleicazatti and others added 2 commits June 21, 2024 20:45
Co-authored-by: Osvaldo A Martin <aloctavodia@gmail.com>
Add HalfStudent and SkewedStudent
Co-authored-by: Osvaldo A Martin <aloctavodia@gmail.com>
@aloctavodia aloctavodia merged commit 43cabd1 into arviz-devs:main Jun 22, 2024
3 of 4 checks passed
@aleicazatti aleicazatti deleted the students-t branch June 26, 2024 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants