You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logarithm of the gamma function, often called "log-gamma", would allow us to move nearly all of the statistics methods from RPython to pure Monte.
For completeness, if we're going to undertake such a project, we also should add Lambert's W function, which is analogous to the natural logarithm, but for x * x.exponential() instead of x.exponential().
The text was updated successfully, but these errors were encountered:
The logarithm of the gamma function, often called "log-gamma", would allow us to move nearly all of the statistics methods from RPython to pure Monte.
For completeness, if we're going to undertake such a project, we also should add Lambert's W function, which is analogous to the natural logarithm, but for
x * x.exponential()
instead ofx.exponential()
.The text was updated successfully, but these errors were encountered: