StatLib.VTweedie

This function computes the quantile (or inverse of the cdf) of the tweedie distribution.

Syntax Parameters Return Value
Function StatLib.VTweedie( _
    p As Double, _
    power As Double, _
    mu As Double, _
    phi As Double) As Double
  • p [in]

Type: Double

  • power [in]

Type: Double

  • mu [in]

Type: Double

  • phi [in]

Type: Double

Double