enso/test
James Dunkerley 1aa0bb3552
Rank Data, Correlation, Covariance, R Squared (#3484)
- Added new `Statistic`s: Covariance, Pearson, Spearman, R Squared
- Added `covariance_matrix` function
- Added `pearson_correlation` function to compute correlation matrix
- Added `rank_data` and Rank_Method type to create rankings of a Vector
- Added `spearman_correlation` function to compute Spearman Rank correlation matrix

# Important Notes
- Added `Panic.throw_wrapped_if_error` and `Panic.handle_wrapped_dataflow_error` to help with errors within a loop.
- Removed `Array.set_at` use from `Table.Vector_Builder`
2022-05-30 17:13:06 +00:00
..
Benchmarks Adjust Table.sort_columns to use Text_Ordering design (#3487) 2022-05-30 12:26:29 +00:00
Geo_Tests Import syntax including namespace (#1806) 2021-06-24 12:42:24 +02:00
Google_Api_Test Google Spreadsheet Reading (#1976) 2021-09-03 21:41:12 +02:00
Image_Tests Restructuring for File.read (#3390) 2022-04-19 16:50:03 +00:00
Table_Tests Adjust Table.sort_columns to use Text_Ordering design (#3487) 2022-05-30 12:26:29 +00:00
Tests Rank Data, Correlation, Covariance, R Squared (#3484) 2022-05-30 17:13:06 +00:00
Visualization_Tests Move Builtin Types and Methods to stdlib (#3363) 2022-05-05 20:18:06 +02:00