Or login with:
| doublefisher( | double | x | ) |
#include <codecogs/statistics/moments/fisher.h> #include <iostream> int main() { double fis = Stats::Moments::fisher(0.57); std::cout << "The Fisher transformation is: " << fis << std::endl; return 0; }Output:
The Fisher transformation is: 0.647523| x | a numeric value for which you want the transformation |
Source code is available when you agree to a GP Licence or buy a Commercial Licence.
Not a member, then Register with CodeCogs. Already a Member, then Login.
You must login to leave a messge