dpareto_k2_sub {fitdistcp}R Documentation

Densities from MLE and RHP

Description

Densities from MLE and RHP

Usage

dpareto_k2_sub(x, y, kscale, aderivs = TRUE)

Arguments

x

a vector of training data values

y

a vector of values at which to calculate the density and distribution functions

kscale

the known scale parameter

aderivs

logical for whether to use analytic derivatives (instead of numerical)

Value

A vector of parameter estimates, two pdf vectors, two cdf vectors


[Package fitdistcp version 0.1.1 Index]