Skip to content

Instantly share code, notes, and snippets.

@nilforooshan
nilforooshan / est_corr.exe
Last active March 30, 2019 10:08
f90: Estimate the correlation coefficients among several variables at a time. *.exe and *.out are the Windows and Linux executables.
@nilforooshan
nilforooshan / est_reg.exe
Last active March 30, 2019 10:08
f90: Estimate regression and determination coefficients between different pairs of several variables at a time. *.exe and *.out are the Windows and Linux executables.
@nilforooshan
nilforooshan / factorial.exe
Last active March 30, 2019 10:08
f90: Estimate the factorial of full/half-integer positive and half-integer negative values. *.exe and *.out are the Windows and Linux executables.
@nilforooshan
nilforooshan / hadamard.exe
Last active March 30, 2019 10:09
f90: Calculate Hadamard transform of two matrices. *.exe and *.out are the Windows and Linux executables.
@nilforooshan
nilforooshan / incidm.exe
Last active March 30, 2019 10:09
f90: Create an incidence matrix from a vector of integer codes for effects. *.exe and *.out are the Windows and Linux executables.
@nilforooshan
nilforooshan / kronecker.exe
Last active March 30, 2019 10:09
f90: Calculate Kronecker product of two matrices. *.exe and *.out are the Windows and Linux executables.
@nilforooshan
nilforooshan / matmul.exe
Last active March 30, 2019 10:10
f90: Multiply two matrices to each other. You can choose to feed the matrices to the program through a file or console keyboard. *.exe and *.out are the Windows and Linux executables.
@nilforooshan
nilforooshan / proc_freq.exe
Last active March 30, 2019 10:11
f90: Find the frequencies and the row/column-wise sums for a table including the number of observations. *.exe and *.out are the Windows and Linux executables.
@nilforooshan
nilforooshan / proc_means.exe
Last active March 30, 2019 10:11
f90: Estimate descriptive statistics for several variables at a time. *.exe and *.out are the Windows and Linux executables.
@nilforooshan
nilforooshan / proc_srt_rnk.exe
Last active March 30, 2019 10:12
f90: Sort & rank a vector of observations ascendingly/descendingly. *.exe and *.out are the Windows and Linux executables.