Group Abstract Group Abstract

Message Boards Message Boards

0
|
8.4K Views
|
4 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Solve for parameters of a Kumaraswamy Distribution

Posted 10 years ago

The mean and variance of a Kumaraswamy distribution with parameters a = 2 and b = 3 are respectively 16/35 and 201/4900.

When I solve the 2x2 system below for parameters a and b, Mathematica gags (likewise with NSolve and Reduce). FindRoot works, however.

Is there a way to get Solve or NSolve to return the values? Thanks.

Bruce

pdf = KumaraswamyDistribution[a, b];
Solve[Mean@pdf == 16/35 && Variance@pdf == 201/4900, {a, b}]

Solve::nsmet: This system cannot be solved with the methods available to Solve. >>
POSTED BY: Bruce Colletti
4 Replies

yes, I should have said "non polynomial" rather than "nonlinear"

POSTED BY: Frank Kampas
POSTED BY: Marco Thiel

Probably not. The mean and variance are nonlinear functions of a and b.

POSTED BY: Frank Kampas
Posted 10 years ago
POSTED BY: Bruce Colletti
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard