Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
90b5011
Added routine for calculating the moment of the distribution
salmoni Dec 25, 2016
d2be6f4
Skewness & Kurtosis routines created
salmoni Dec 25, 2016
a287e6a
Standard Error routine created
salmoni Dec 25, 2016
64bfb91
Coefficient of variation routine created
salmoni Dec 25, 2016
60d35be
Quantile functions created (9 functions)
salmoni Dec 25, 2016
0179620
Correction to Quantile routines
salmoni Dec 25, 2016
a7704ed
General updates to Xcode files
salmoni Dec 25, 2016
68df98d
Comments and background added to document
salmoni Dec 25, 2016
f433381
Xcode automatic change
salmoni Dec 25, 2016
7d91d12
Generic function caller
salmoni Jan 1, 2017
5bde1bc
Geometric mean
salmoni Jan 3, 2017
95e9b69
Harmonic mean - first commit
salmoni Jan 3, 2017
1a8b32d
Effect sizes - first commit
salmoni Jan 3, 2017
60d2d88
Minor changes
salmoni Jan 3, 2017
1ac5722
.gitignore file
salmoni Jan 3, 2017
3c97568
Change support functions to internal
salmoni Jan 14, 2017
aedeec0
UniqueValues - first commit
salmoni Jan 21, 2017
f91b44f
Frequencies - first commit
salmoni Jan 21, 2017
b4c2bba
Ranks - first commit
salmoni Jan 21, 2017
51a799a
Unit tests for Ranks routine
salmoni Jan 21, 2017
dc0e33b
Unit tests for quantiles
salmoni Jan 21, 2017
d1b0f0c
Updated function names
salmoni Jan 21, 2017
c2b7ba5
Adjusted indentation to 2 spaces
salmoni Jan 21, 2017
27a68e7
Adjusted indentation to 2 spaces
salmoni Jan 21, 2017
b895f63
Unit tests for Mode function - first commit
salmoni Jan 21, 2017
844820e
Adjusted indentation to 2 spaces
salmoni Jan 21, 2017
1cd1cc8
Adjusted indentation to 2 spaces
salmoni Jan 21, 2017
4b181dc
Adjusted indentation to 2 spaces
salmoni Jan 21, 2017
4fb54b6
Adjusted indentation to 2 spaces
salmoni Jan 21, 2017
e2b4447
Adjusted indentation to 2 spaces
salmoni Jan 21, 2017
fa75ade
Adjusted indentation to 2 spaces
salmoni Jan 21, 2017
1bb07c6
Mode function - first commit
salmoni Jan 21, 2017
ac3e893
Adjusted indentation to 2 spaces
salmoni Jan 21, 2017
99bf812
Adjusted indentation to 2 spaces
salmoni Jan 21, 2017
fb56c37
Slight adjustment to geometric mean function
salmoni Jan 21, 2017
23beed3
Not sure why this is showing as a change in github but it seems okay...
salmoni Jan 21, 2017
ac73232
Another commit for effect sizes
salmoni Jan 21, 2017
b66424a
Another glitch...
salmoni Jan 21, 2017
8f96fc7
Added some comments
salmoni Jan 21, 2017
ad192f0
Changed unit test names
salmoni Jan 21, 2017
91304ac
Improved unit tests
salmoni Jan 22, 2017
0add2a1
UniqueValuesTests - first commit
salmoni Jan 22, 2017
04b68fc
Improved again
salmoni Jan 22, 2017
b09b06c
Unit tests for frequencies function – first commit
salmoni Jan 22, 2017
86095e6
Improved test code
salmoni Jan 23, 2017
5a2758b
Improved test code
salmoni Jan 23, 2017
7e188bb
Changed line spacing - unimportant
salmoni Jan 23, 2017
8cd5288
Moment tests - first commit
salmoni Jan 23, 2017
f77fc80
Unit tests for skewness and kurtosis - First commit
salmoni Jan 23, 2017
6c2ee4f
Unit tests for geometric and harmonic means - First commit
salmoni Jan 23, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ DerivedData
*.hmap
*.ipa
*.xcuserstate
.DS_Store
.DS_Store
Distrib/SigmaDistrib.swift

Distrib/SigmaDistrib.swift

Distrib/SigmaDistrib.swift
Loading