Book Image

Clojure Data Analysis Cookbook - Second Edition

By : Eric Richard Rochester
Book Image

Clojure Data Analysis Cookbook - Second Edition

By: Eric Richard Rochester

Overview of this book

Table of Contents (19 chapters)
Clojure Data Analysis Cookbook Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 7. Statistical Data Analysis with Incanter

In this chapter, we will cover the following recipes:

  • Generating summary statistics with $rollup

  • Working with changes in values

  • Scaling variables to simplify variable relationships

  • Working with time series data with Incanter Zoo

  • Smoothing variables to decrease variation

  • Validating sample statistics with bootstrapping

  • Modeling linear relationships

  • Modeling non-linear relationships

  • Modeling multinomial Bayesian distributions

  • Finding data errors with Benford's law