logLik_DsPA This is an auxiliar function to obtain the logLik for DsPA

logLik_DsPA(param = c(0, 0), x)

Arguments

param

vector with the values for mu and sigma

x

vector with the data

Examples

y <- rDsPA(n=100, mu=0.5 , sigma=0.5)
logLik_DsPA(param=c(0, 0), x=y)
#> [1] -650.9219