-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Links that are gonna be useful.
Fortran FAQ http://fortranwiki.org/fortran/show/FAQ
f2py tutorial https://notmatthancock.github.io/2017/02/10/calling-fortran-from-python.html
Intent https://stackoverflow.com/questions/2880537/fortran-intentinout-versus-omitting-intent
Fitting exponential curve https://math.stackexchange.com/questions/350754/fitting-exponential-curve-to-data
Modeling non-linear data https://math.stackexchange.com/questions/898634/modeling-non-linear-data-using-least-squares-best-fit?rq=1
F2py on windows https://scipy.github.io/old-wiki/pages/F2PY_Windows.html
Sign test: https://www.statisticshowto.datasciencecentral.com/sign-test/
Binoamilal calculation https://www.statisticshowto.datasciencecentral.com/calculators/binomial-distribution-calculator/ https://www.statisticshowto.datasciencecentral.com/probability-and-statistics/binomial-theorem/binomial-distribution-formula/
Factorial on fortran https://gcc.gnu.org/onlinedocs/gfortran/GAMMA.html
Approximating binomial distribution https://www.statisticshowto.datasciencecentral.com/probability-and-statistics/binomial-theorem/normal-approximation-to-the-binomial/
Z score https://www.statisticshowto.datasciencecentral.com/probability-and-statistics/z-score/
Creation of z score table https://towardsdatascience.com/how-to-use-and-create-a-z-table-standard-normal-table-240e21f36e53
Trapezoidal integration http://fortranwiki.org/fortran/show/integration
Array operations https://riptutorial.com/fortran/example/30514/array-operations