search for: fmixgampar

Displaying 2 results from an estimated 2 matches for "fmixgampar".

Did you mean: mixgampar
2020 Oct 21
1
Fitting Mixed Distributions in the fitdistrplus package
...h tails of the data set hence a mixed distribution is required which has ben defined as "mixgampar" as shown below. library(fitdistrplus) x<- danishuni$Loss fgam<- fitdist(x,"gamma",lower=0) fpar<- fitdist(x,"pareto",start = list(shape=2,scale=2),lower=0) fmixgampar<- fitdist(x,"mixgampar",start = list(prob=1/2,nu=1,lambda=1,alpha=1,theta=1),lower=0) Error in fitdist(x, "mixgampar", start = list(prob = 1/2, nu = 1, lambda = 1, : The dmixgampar function must be defined Kindly assist to define the dmixgampar Charkes [[alternative...
2020 Oct 24
0
Fitting Mixed Distributions in the fitdistrplus package
...distribution is required which has ben > defined as "mixgampar" > as shown below. > > library(fitdistrplus) > x<- danishuni$Loss > fgam<- fitdist(x,"gamma",lower=0) > fpar<- fitdist(x,"pareto",start = list(shape=2,scale=2),lower=0) > fmixgampar<- fitdist(x,"mixgampar",start = > list(prob=1/2,nu=1,lambda=1,alpha=1,theta=1),lower=0) > Error in fitdist(x, "mixgampar", start = list(prob = 1/2, nu = 1, lambda = > 1, : > > The dmixgampar function must be defined > > Kindly assist to define the dm...