void NegBinomFit(TVec X, ref Double r, ref Double p)
Calculate parameters for negative binomial distributed values.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec | source TVec |
| 2 | r | Double (ref) | output |
| 3 | p | Double (ref) | output |
Result: stored in self (calling object)
Calculate parameters for negative binomial distributed values.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec | source TVec |
| 2 | r | Double (ref) | output |
| 3 | p | Double (ref) | output |
Result: stored in self (calling object)