Power Law distribution for a given exponent in C# using MathNet

Posted by Eric Tobias on Stack Overflow See other posts from Stack Overflow or by Eric Tobias
Published on 2010-04-07T12:29:30Z Indexed on 2010/04/07 12:33 UTC
Read the original article Hit count: 332

Filed under:
|
|
|

Hello! I am currently working on a project where I need to generate multiple values (floats or doubles preferably) that follow a power law distribution with a given exponent!

I was advised to use the MathNet.Iridium library to help me. The problem I have is that the documentation is not as explicit as it should be if there is any!

I see multiple distributions that fit the general idea of the power law distribution but I cannot pinpoint a good distribution to use with a certain exponent as a parameter.

Does anybody have more experience in that matter and could give me some hints or advice?

© Stack Overflow or respective owner

Related posts about c#

Related posts about math