quantilesOfTest-Test quantilesOf

Tests Executed: 1 Tests Passed: 1 Tests Failed: 0 Tests Skipped: 0

Test Name Result Failure Reason
Assert Big Examples

org::mule::weave::Statistics::frequenciesTest-Test frequencies

Tests Executed: 3 Tests Passed: 3 Tests Failed: 0 Tests Skipped: 0

Test Name Result Failure Reason
Empty array returns empty array
Unique element array
Multiple elemnts array

org::mule::weave::Statistics::medianTest-Test median

Tests Executed: 3 Tests Passed: 3 Tests Failed: 0 Tests Skipped: 0

Test Name Result Failure Reason
It returns null upon an empty array
It returns the median on an odd length array
It returns the average between the two median ones on even arrays

org::mule::weave::Statistics::quantilesOfTest-Test quantilesOf

Tests Executed: 5 Tests Passed: 5 Tests Failed: 0 Tests Skipped: 0

Test Name Result Failure Reason
On empty array it should return null
On small n it should return null
On odd array with n=2 it should return the medium point
Big array
It should work on n = sizeOf(array) + 1

org::mule::weave::Statistics::varianceTest-Test variance

Tests Executed: 2 Tests Passed: 2 Tests Failed: 0 Tests Skipped: 0

Test Name Result Failure Reason
It should return null on empty array
It should work on big array

org::mule::weave::Statistics::modesTest-Test modes

Tests Executed: 3 Tests Passed: 3 Tests Failed: 0 Tests Skipped: 0

Test Name Result Failure Reason
Should return empty array on empty array
Should return the most common element
Should return the first most common element if there are many

org::mule::weave::Statistics::meanTest-Test mean

Tests Executed: 3 Tests Passed: 3 Tests Failed: 0 Tests Skipped: 0

Test Name Result Failure Reason
Returns null on empty
Single element returns that element
Many elements returns the mean

org::mule::weave::Statistics::stdevTest-Test stdev

Tests Executed: 2 Tests Passed: 2 Tests Failed: 0 Tests Skipped: 0

Test Name Result Failure Reason
It should return null on empty array
It should work on big array

org::mule::weave::Statistics::modeTest-Test mode

Tests Executed: 3 Tests Passed: 3 Tests Failed: 0 Tests Skipped: 0

Test Name Result Failure Reason
Should return null on empty array
Should return the most common element
Should return the first most common element if there are many

org::mule::weave::summaries::CSVSummaryTest-Test org::mule::weave::summaries::CSVSummary

Tests Executed: 2 Tests Passed: 2 Tests Failed: 0 Tests Skipped: 0

Test Name Result Failure Reason
Assert default
Assert One Column

org::mule::weave::summaries::JsonSummaryTest-Test org::mule::weave::summaries::JsonSummary

Tests Executed: 1 Tests Passed: 1 Tests Failed: 0 Tests Skipped: 0

Test Name Result Failure Reason
Assert default