Skip to content
#

regression

Here are 2,438 public repositories matching this topic...

alexhallam
alexhallam commented Oct 10, 2020

What is the desired addition or change?

It would be nice to have some time series methods. Like

  1. naive
  2. seasonal naive
  3. seasonal trend loess decomposition.
  4. Holt Winters
  5. Exponential smoothing
  6. Arima

Since many time series come in groups it may be useful to think about how the data should be organized to take in many time series and account for seasonality. Also prob

Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra

  • Updated Oct 23, 2020
  • PHP
andrewdalpino
andrewdalpino commented Jun 19, 2020

String representations of dataset objects are used for previewing their contents from the terminal. When converting a Dataset object to a string, we build a table using ascii characters. The current table has fixed width columns that do not take full advantage of the terminal real estate if the dataset only contains a few columns.

echo $dataset;

<img width="574" alt="Annotation

Improve this page

Add a description, image, and links to the regression topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the regression topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.