Weibull-Shifted Model
model
{
for( i in 1 : N )
{
x[i] ~ dweib3(nu, lambda, x0)
}
# Prior distributions of the model parameters
nu~ dunif(0, 5)
lambda~ dunif(0, 5)
x0 ~ dgamma(0.001, 0.001)
}
Data generated from Weibull shifted distribution with shape(nu)=0.75, scale(lambda) = 0.75 and lcocation(x0) = 5.0
Data
( click to open )
Inits for chain 1
Inits for chain 2
( click to open )
Results