Start of a new stats lib for framian#54
Open
Conversation
Conflicts: framian/src/main/scala/framian/RowExtractor.scala
* origin/master: (94 commits)
Remove accidental inclusion of wrap method in Column.
Add new cellMap method to Series.
Add more tests for equality correctness.
Use a while loop for index equality.
Add some fast-paths for equality checks.
Bump version to 0.2.0.
Make ordered/unordered Index constructors private.
Fix bug in Series#getAll.
Fix documentation error.
Rename mapCell to cellMap.
Remove unnecessary language imports.
Remove trait sketch that was abandoned.
More docs and simplifications.
Simplify "genericJoin" in Frame.
Rename Series ++ to orElse, add actual ++.
Rename map{Row,Col}Index to map{Row,Col}Keys.
Add more docs.
Remove confusing function addColumn.
Add reduceByKey to Frame.
Add documentation for reduce, and Rows version.
...
Conflicts:
framian/src/main/scala/framian/Cell.scala
framian/src/main/scala/framian/RowExtractor.scala
framian/src/main/scala/framian/stats/summary.scala
project/Build.scala
(topic/stats) Merged to master
Conflicts: framian-stats/src/main/scala/framian/stats/ols.scala framian/src/main/scala/framian/Frame.scala framian/src/main/scala/framian/RowExtractor.scala framian/src/main/scala/framian/csv/CsvRowExtractor.scala
Conflicts: build.sbt framian/build.sbt framian/src/main/scala/framian/Series.scala framian/src/main/scala/framian/csv/CsvRowExtractor.scala
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR isn't ready to be merged quite yet, but I wanted to get some eyes on it. Currently just supports some basic summary stats and a (brittle) OLS implementation.