Name | CasseySmithCV JSON |
Version |
0.1.0
JSON |
| download |
home_page | |
Summary | Produces critical values using the methods described in Cassey Smith (2014). Code is modernized from version published with paper to take advantage of advances in computing. |
upload_time | 2023-06-23 18:44:17 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.8 |
license | |
keywords |
eg statistic
monte carlo
statistics
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# CasseySmithCV
Simulation software to generate critical values for the Ellison-Glaeser index (1997). This is updated software from Cassey and Smith (2014); it modernizes the codebase and increases the performance of the simulations.
## Examples
Run a simulation of industries with 20 plants and sigma value of 1.
```python
from CasseySmithCV import runSimulation, SimulationTable, SaveSimulationTable
resultDictionary = runSimulation(20,1)
```
Run all combinations of [20, 30] plants and [0.5, 1] sigma values:
```python
from CasseySmithCV import runSimulation, SimulationTable, SaveSimulationTable
resultDataFrame = SimulationTable([20, 30],[0.5, 1])
```
Run all combinations of [20, 30] plants and [0.5, 1] sigma values and save the results to a file:
```python
from CasseySmithCV import runSimulation, SimulationTable, SaveSimulationTable
SaveSimulationTable('filename.csv', [20, 30],[0.5, 1])
```
## Installation
This package can be installed by using either the pip or conda command:
### Installing by pip
```
pip install CasseySmithCV
```
### Installing by conda
```
conda install -c tazzben casseysmithcv
```
Raw data
{
"_id": null,
"home_page": "",
"name": "CasseySmithCV",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "Ben Smith <bosmith@unomaha.edu>",
"keywords": "EG Statistic,Monte Carlo,Statistics",
"author": "",
"author_email": "Ben Smith <bosmith@unomaha.edu>",
"download_url": "https://files.pythonhosted.org/packages/dd/48/f85e0ab5d88f1b670807252e72de125433a37ef67b188e55ce4cd4c7416e/casseysmithcv-0.1.0.tar.gz",
"platform": null,
"description": "# CasseySmithCV\n \nSimulation software to generate critical values for the Ellison-Glaeser index (1997). This is updated software from Cassey and Smith (2014); it modernizes the codebase and increases the performance of the simulations.\n\n## Examples\n\nRun a simulation of industries with 20 plants and sigma value of 1. \n\n```python\nfrom CasseySmithCV import runSimulation, SimulationTable, SaveSimulationTable\nresultDictionary = runSimulation(20,1)\n```\n\nRun all combinations of [20, 30] plants and [0.5, 1] sigma values:\n\n```python\nfrom CasseySmithCV import runSimulation, SimulationTable, SaveSimulationTable\nresultDataFrame = SimulationTable([20, 30],[0.5, 1])\n```\n\nRun all combinations of [20, 30] plants and [0.5, 1] sigma values and save the results to a file:\n\n```python\nfrom CasseySmithCV import runSimulation, SimulationTable, SaveSimulationTable\nSaveSimulationTable('filename.csv', [20, 30],[0.5, 1])\n```\n\n## Installation \n\nThis package can be installed by using either the pip or conda command:\n\n### Installing by pip\n\n```\npip install CasseySmithCV\n```\n\n### Installing by conda\n\n```\nconda install -c tazzben casseysmithcv\n```",
"bugtrack_url": null,
"license": "",
"summary": "Produces critical values using the methods described in Cassey Smith (2014). Code is modernized from version published with paper to take advantage of advances in computing.",
"version": "0.1.0",
"project_urls": {
"Bug Tracker": "https://github.com/tazzben/CasseySmithCV/issues",
"Homepage": "https://github.com/tazzben/CasseySmithCV"
},
"split_keywords": [
"eg statistic",
"monte carlo",
"statistics"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9ca8d3e45b40d1c00f38f0d77875f571dd90d5551cf25447cd1370658dcdd5db",
"md5": "1937173190c5b7ce5f6720a976e9deb0",
"sha256": "bb74bd84ac4b0af1d8dd1557c87405e6d3d024fe442ccfb77157b60d56a99e6a"
},
"downloads": -1,
"filename": "casseysmithcv-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1937173190c5b7ce5f6720a976e9deb0",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 5305,
"upload_time": "2023-06-23T18:44:15",
"upload_time_iso_8601": "2023-06-23T18:44:15.881601Z",
"url": "https://files.pythonhosted.org/packages/9c/a8/d3e45b40d1c00f38f0d77875f571dd90d5551cf25447cd1370658dcdd5db/casseysmithcv-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "dd48f85e0ab5d88f1b670807252e72de125433a37ef67b188e55ce4cd4c7416e",
"md5": "fdda83bebd4d1d09194d685e52984087",
"sha256": "9b26a88701043a4657dc75711370a937a64ef6d922ad2132e2ea70d24a536842"
},
"downloads": -1,
"filename": "casseysmithcv-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "fdda83bebd4d1d09194d685e52984087",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 4915,
"upload_time": "2023-06-23T18:44:17",
"upload_time_iso_8601": "2023-06-23T18:44:17.231087Z",
"url": "https://files.pythonhosted.org/packages/dd/48/f85e0ab5d88f1b670807252e72de125433a37ef67b188e55ce4cd4c7416e/casseysmithcv-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-23 18:44:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "tazzben",
"github_project": "CasseySmithCV",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "casseysmithcv"
}