.calculate_probability_plot_metrics {gkwreg}R Documentation

Calculate Probability Plot Metrics

Description

Calculate Probability Plot Metrics

Usage

.calculate_probability_plot_metrics(
  p_empirical,
  p_theoretical,
  sorted_data,
  family,
  params
)

Arguments

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

Value

A list containing metrics from P-P and Q-Q plots


[Package gkwreg version 1.0.10 Index]