bias-adjustment


Namebias-adjustment JSON
Version 1.0.6 PyPI version JSON
download
home_pagehttps://github.com/emiliogozo/bias_adjustment
SummaryBias Adjusment by Quantile Mapping
upload_time2023-05-18 08:26:18
maintainer
docs_urlNone
authorEmilio Gozo
requires_python>=3.8.1,<3.9
licenseMIT
keywords climatology data analysis quantile mapping bias correction
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Bias Adjusment by Quantile Mapping

Bias adjustment techniques:
- Quantile Mapping
- Detrended Quantile Mapping
- Quantile Delta Mapping ([Cannon et al., 2015](https://doi.org/10.1175/JCLI-D-14-00754.1))


## Usage
```python
from bias_adjustment import BiasAdjustment
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/emiliogozo/bias_adjustment",
    "name": "bias-adjustment",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8.1,<3.9",
    "maintainer_email": "",
    "keywords": "climatology,data analysis,quantile mapping,bias correction",
    "author": "Emilio Gozo",
    "author_email": "emiliogozo@proton.me",
    "download_url": "https://files.pythonhosted.org/packages/db/41/0287fd16d7ed0537f316c16df03b03ca527eb9d0db7570b257627ed464f7/bias_adjustment-1.0.6.tar.gz",
    "platform": null,
    "description": "# Bias Adjusment by Quantile Mapping\n\nBias adjustment techniques:\n- Quantile Mapping\n- Detrended Quantile Mapping\n- Quantile Delta Mapping ([Cannon et al., 2015](https://doi.org/10.1175/JCLI-D-14-00754.1))\n\n\n## Usage\n```python\nfrom bias_adjustment import BiasAdjustment\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Bias Adjusment by Quantile Mapping",
    "version": "1.0.6",
    "project_urls": {
        "Homepage": "https://github.com/emiliogozo/bias_adjustment",
        "Repository": "https://github.com/emiliogozo/bias_adjustment"
    },
    "split_keywords": [
        "climatology",
        "data analysis",
        "quantile mapping",
        "bias correction"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2362bcb60d527801e2c163db89e5f3009d5d2c311aaed29825b616f25ccef725",
                "md5": "8931e73126a01bdb9dabfb80b9dc720c",
                "sha256": "bdc98c51b03ab19090978cf91d7c1a51a60286c8247d3ad6b20c262205fb74e3"
            },
            "downloads": -1,
            "filename": "bias_adjustment-1.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8931e73126a01bdb9dabfb80b9dc720c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.1,<3.9",
            "size": 8521,
            "upload_time": "2023-05-18T08:26:16",
            "upload_time_iso_8601": "2023-05-18T08:26:16.534509Z",
            "url": "https://files.pythonhosted.org/packages/23/62/bcb60d527801e2c163db89e5f3009d5d2c311aaed29825b616f25ccef725/bias_adjustment-1.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db410287fd16d7ed0537f316c16df03b03ca527eb9d0db7570b257627ed464f7",
                "md5": "fc0092d2e65288989835b09951539633",
                "sha256": "e73e858d87089ab72b94ce7c48ac0d74e5f453ee42513fc1fc454f4e65941a8d"
            },
            "downloads": -1,
            "filename": "bias_adjustment-1.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "fc0092d2e65288989835b09951539633",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.1,<3.9",
            "size": 5659,
            "upload_time": "2023-05-18T08:26:18",
            "upload_time_iso_8601": "2023-05-18T08:26:18.450143Z",
            "url": "https://files.pythonhosted.org/packages/db/41/0287fd16d7ed0537f316c16df03b03ca527eb9d0db7570b257627ed464f7/bias_adjustment-1.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-18 08:26:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "emiliogozo",
    "github_project": "bias_adjustment",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "bias-adjustment"
}
        
Elapsed time: 0.07558s