ByronEncinas / FortranSS

Fortran Science Statistics (FortranSS) - An Object-Oriented Library for heavy mathematical calculations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Take OOP to create methods and Types.

ByronEncinas opened this issue · comments

For the existent stat.f90 I'll be working in the following principle.

Create a several Types with corresponding procedures.

Type: Sample for sample data sets
with attribute it's size/dim
Procedures: Mean, Median, Mode, StdDev. Etc. This is just a reminder to update the structure of directories to this idea

There was created a test runs for OOP paradigm, there I'll test and practice OOP for Fortran as well as pointes, types and procedures. First attempt will be to create a standard error type in F90