.calculate_probability_plot_metrics | R Documentation |
Calculate Probability Plot Metrics
.calculate_probability_plot_metrics(
p_empirical,
p_theoretical,
sorted_data,
family,
params
)
p_empirical |
Numeric vector of empirical CDF values |
p_theoretical |
Numeric vector of theoretical CDF values |
sorted_data |
Sorted numeric vector of the data |
family |
Character string specifying the distribution family |
params |
Named numeric vector of distribution parameters |
A list containing metrics from P-P and Q-Q plots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.