Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
9ec88cd
Update test definitions for factorial/1 for error tuples
GeoffreyPS Apr 2, 2017
9cde48a
Update factorial function to use error tuples; add factorial! function
GeoffreyPS Apr 2, 2017
623fe4f
Update n_choose_k test cases for error tuples
GeoffreyPS Apr 2, 2017
f58f28a
Update factorial and n_choose_k functions to use error tuples; add ba…
GeoffreyPS Apr 2, 2017
dfc255c
fix erroneous test case in falling_factorial with non-integer argumen…
GeoffreyPS Apr 2, 2017
4601cab
Update falling_factorial with error tuples
GeoffreyPS Apr 2, 2017
ede33e8
Update spec and doc for falling_factorial
GeoffreyPS Apr 2, 2017
504c31e
update rising_factorial test cases to include error tuples
GeoffreyPS Apr 2, 2017
bf08080
Fix function typo, adjust error response
GeoffreyPS Apr 2, 2017
93caad6
update rising_factorial to incude error tuples
GeoffreyPS Apr 2, 2017
b07980f
add test cases for min/1 and max/1 and bang variants
GeoffreyPS Apr 5, 2017
1b5e502
include {:ok, response} return values for max/1 and min/1; include ba…
GeoffreyPS Apr 5, 2017
6d9066b
refactor sum and add sum! functions
GeoffreyPS Jul 3, 2017
b52946a
refactor sum() to send error tuple with bad data hidden in list
GeoffreyPS Jul 3, 2017
daa1fa2
refactor mean function and add mean! function, include test cases
GeoffreyPS Jul 3, 2017
130cdab
refactor median and add median! function
GeoffreyPS Jul 4, 2017
461bacc
refactor frequencies; add function frequencies!
GeoffreyPS Jul 4, 2017
98ab757
refactor variance and stddev functions, add bang versions of variance…
GeoffreyPS Jul 4, 2017
5733b10
remove commented out previous implementation
GeoffreyPS Jul 4, 2017
eb1adea
refactor tests to use @bad_data for error testing
GeoffreyPS Jul 4, 2017
a42204d
refactor raw_moment and add raw_moment!
GeoffreyPS Jul 4, 2017
333e3a2
refactor central_moment; add central_moment!
GeoffreyPS Jul 4, 2017
ae4969c
fix test for central_moment
GeoffreyPS Jul 4, 2017
68eb760
refactor standardized_moment; add standardized_moment!
GeoffreyPS Jul 4, 2017
abd0b2d
fix testdoc case for stddev
GeoffreyPS Jul 5, 2017
fcb3c57
refactor skewness; add skewness! function
GeoffreyPS Jul 5, 2017
1234e57
refactor kurtosis and add kurtosis! function
GeoffreyPS Jul 5, 2017
bbfc1f9
refactor coefficient_of_variation; add coefficient_of_variation!
GeoffreyPS Jul 5, 2017
23ab05e
fix arity of functions in some of the bang versions' documentation
GeoffreyPS Jul 5, 2017
c30b100
remove commented implementation code
GeoffreyPS Jul 5, 2017
9e1eacb
refactor powered_error; add powered_error! function
GeoffreyPS Jul 5, 2017
108c1d3
refactor n_choose_k/2 to use construct
GeoffreyPS Jul 5, 2017
16dacf1
Updated bivariate functions for new error style.
crertel Aug 13, 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
Loading