multi-linear-regression-projection

Code for multilinear regression used as a statistical projection of various variables based on indices related to Atlantic Multidecadal Oscillation and related physics. For details see Omrani et al. 2022.

https://github.com/lina-boljka/multi-linear-regression-projection

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.5%) to scientific vocabulary
Last synced: 9 months ago · JSON representation ·

Repository

Code for multilinear regression used as a statistical projection of various variables based on indices related to Atlantic Multidecadal Oscillation and related physics. For details see Omrani et al. 2022.

Basic Info
  • Host: GitHub
  • Owner: lina-boljka
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 638 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created about 4 years ago · Last pushed over 3 years ago
Metadata Files
Readme Citation

README.md

Multilinear Regression Projection

Code for multilinear regression used as a statistical projection of various variables.

For now, this repository only includes code and data based on indices related to Atlantic Multidecadal Oscillation and related physics in the North Atlantic - for details see Omrani et al. 2022 [https://doi.org/10.1038/s41612-022-00275-1].

  • The code has been prepared in a Jupyter notebook (called "AMOetcprojection.ipynb") and is stored in the folder "Omranietal2022". The data necessary to run the script are provided in folders "txts" and "nc" next to the notebook. See README-file in the Omranietal2022 folder for further instructions.

Python environment necessary to run the script is provided in environment.yml.

Interactive Notebook

Binder

Interactive versions of notebooks from this repository can be accessed HERE. The folder structure is the same as in this GitHub repository. * Here Notebooks can be amended and different parameters analysed/plotted!! * USE THIS LINK IF YOU WISH TO CHANGE PARAMETERS IN THE NOTEBOOK!!! * If links above are not working copy & paste this into browser: https://mybinder.org/v2/gh/lina-boljka/multi-linear-regression-projection.git/HEAD

Citing this repository

If you are using this code, cite: * Boljka, L., & Omrani, N. (2022). Multilinear Regression Projection (Version 1.0.4) [Computer software]. DOI

  • Additionally, cite the paper from the relevant folder (e.g. Omrani et al. 2022)

Owner

  • Login: lina-boljka
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Boljka"
  given-names: "Lina"
  orcid: "https://orcid.org/0000-0003-4197-9350"
- family-names: "Omrani"
  given-names: "Nour-Eddine"
title: "Multilinear Regression Projection"
version: 1.0.4
doi: 10.5281/zenodo.6414468
date-released: 2022-04-05
url: "https://github.com/lina-boljka/multi-linear-regression-projection"

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: almost 2 years ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

environment.yml conda
  • dask
  • jupyterlab
  • matplotlib
  • metpy
  • netcdf4
  • numpy
  • pandas
  • pip
  • scikit-learn
  • scipy
  • statsmodels
  • xarray