To evaluate the pdf at multiple values, specify x using an array.
 
 Data Types: single| double
  
  
 
 
 
 
 The
         location parameter of the Tweedie distribution. Default is alpha = 1.
 
 Data Types: single| double
  
  
 
 
 
 
 The dispersion
         parameter of the Tweedie distribution. Default is theta = 0
         (Dirac).
 
 Data Types: single| double
  
  
 
 
 
 
 The power parameter
         of the Tweedie distribution. delta is such that the variance is
         $var(Y) = \theta * \alpha^\delta$. delta is greater than or equal
         to one, or less than or equal to zero. Default is delta = 1.
 
         Interesting special cases are: the normal (delta=0), Poisson
         (delta=1 with theta=1), gamma (delta=2) and inverse Gaussian
         (delta=3). Other values of delta lead to cases that cannot be
         written in closed form, and the computation becomes difficult.
         When 1 < delta < 2, the distribution is continuous for Y>0 and
         has a positive mass at Y=0. For delta > 2, the distribution
         is continuous for Y>0.
 
 Data Types: single| double