get_chisq1_percentile: Chi^2(1) Percentile

View source: R/RcppExports.R

get_chisq1_percentileR Documentation

Chi^2(1) Percentile

Description

Returns the Chi^2(1) percentile for the test statistic.

Usage

get_chisq1_percentile(value)

Arguments

value

Chi^2(1) value (type: double).

Value

Chi^2(1) percentile (type: double).

Examples

get_chisq1_percentile(20.0)

finity documentation built on June 22, 2024, 11:06 a.m.