Metadata-Version: 2.1
Name: power1d
Version: 0.1.15
Summary: Numerical Power Estimates for One-Dimensional Continua
Author-email: Todd Pataky <0todd0@gmail.com>
Project-URL: Homepage, https://www.spm1d.org/power1d
Project-URL: Source, https://github.com/0todd0000/power1d
Project-URL: Bug Reports, https://github.com/0todd0000/power1d/issues
Keywords: statistics,probability,hypothesis testing,functional data analysis,time series analysis,continuum data analysis
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib

[![Python](https://img.shields.io/badge/Python-FFD43B?style=for-the-badge&logo=python&logoColor=blue)](https://www.python.org)
[![Numpy](https://img.shields.io/badge/Numpy-777BB4?style=for-the-badge&logo=numpy&logoColor=white)](https://numpy.org)
[![Scipy](https://img.shields.io/badge/SciPy-654FF0?style=for-the-badge&logo=SciPy&logoColor=white)](https://scipy.org)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
![version](https://img.shields.io/badge/version-0.1.13-blue)

power1d
=======

Numerical power estimates for one-dimensional continua
 
 
Software documentation:
[www.spm1d.org/power1d](http://spm1d.org/power1d)

**Please cite**:

Pataky TC (2017) Power1D: A Python toolbox for numerical power estimates in experiments involving one-dimensional
continua. PeerJ Computer Science 3: e125. DOI: 10.7717/peerj-cs.125

https://peerj.com/articles/cs-125/

<br>
<br>

Install
---------

```
pip install power1d
```

<br>
<br>

Download
---------

**Download**

`Python source code <https://github.com/0todd0000/power1d/archive/master.zip>`_

<br>
<br>


Issues
---------

Please report software bugs or other problems by searching existing issues or creating a new issue [here](https://github.com/0todd0000/spm1d/issues).

<br>
<br>


License
---------

power1d is a package for numerically estimating statistical power in experiments involving one-dimensional continua.

    Copyright (C) 2023  Todd Pataky

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
