Univariate_CGF_plot | R Documentation |
Plots the empirical third/fourth derivatives of cumulant generating function together with confidence probability region. Indication of non-normality is either violation of probability bands or curves with high slope.
dhCGF_plot1D(x, alpha = 0.05, method)
x |
Univariate data |
alpha |
Significant level (default is |
method |
string, |
Plots
ref:ghoshuniPlotNormTest
set.seed(123)
x <- rnorm(100)
dhCGF_plot1D(x, method = "T3")
dhCGF_plot1D(x, method = "T4")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.