Beta distribution standard deviation.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This is a small package from the stdlib JavaScript library that calculates the standard deviation of a Beta distribution given its two shape parameters (alpha and beta). It's designed for developers working on numerical and scientific computing in JavaScript or Node.js who need to perform statistical calculations. The package provides both JavaScript and C APIs for calculating the standard deviation using the formula: σ = (α+β) * sqrt(αβ/(α+β+1)).