inv_cdf.chi_squared: Method for obtaining the inverse cdf (quantile function) of a...

View source: R/chi_squared.R

inv_cdf.chi_squaredR Documentation

Method for obtaining the inverse cdf (quantile function) of a chi_squared object.

Description

Method for obtaining the inverse cdf (quantile function) of a chi_squared object.

Usage

## S3 method for class 'chi_squared'
inv_cdf(x, ...)

Arguments

x

The chi_squared object

...

Additional arguments (not used)

Value

A function that computes the quantile at probability p

Examples

x <- chi_squared(5)
q <- inv_cdf(x)
q(0.5)
q(0.95)

algebraic.dist documentation built on Feb. 27, 2026, 5:06 p.m.