[weibullshifted_ex0] Weibull-Shifted Model
[weibullshifted_ex1]
   
   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

[weibullshifted_ex2]

[weibullshifted_ex3][weibullshifted_ex4]
[weibullshifted_ex5]

[weibullshifted_ex6]