Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

README.md

SimpleStatistics

Learning some maths and data structures by coding them.

MathTools methods:

  • frequency distribution (,
  • mode from freq. distr.
  • mean from freq. dist.
  • geometric mean from freq dist (not working!)
  • geometric mean from arrayList

Read

  • methods for reading from -keyboard
  • to
    • strings
    • ints
    • doubles

Interaction between methods: - ints to strings - doubles to strings

ToDo:

Read

  • from keyboard (ok)
  • text file
  • csv
  • xls etc.

Save

  • dataset
  • prints

MathTools

  • observations --> list (ok)

  • frequency distribution --> hashmap (ok)

    • add percentages
  • sum frequency

  • ordering

  • class limits, classification

descriptive statistics

  • mode ok

  • median

    • quartiles, fractiles
  • mean (arithmetic?)

    • geometric (ok)
    • harmonic
  • class average

dispersion

  • range

  • quartile range & poikkeama

  • variance

  • standard deviation

  • dependency ratio (? -- riippuvuuskertoimet)

  • correlation

  • covariance

Graphical presentation....

About

Learning some maths and data structures.

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.