Produces critical values for value-added learning scores proposed in Smith and Wagner (2018) through Monte Carlo simulations.
Project description
SmithWagnerCV
This module produces critical values for the disaggregated learning types as described in Smith and Wagner (2018) and Smith and White (2021).
Examples
Run a Monte Carlo Simulation of mu value of 0.1 and 25 students.
from SmithWagnerCV import RunSimulation
d = RunSimulation(25, 0.1)
Simulate all combinations of [10,20] students and [0.1,0.5] mu values and return them as a dictionary
from SmithWagnerCV import SimulationTable
d = SimulationTable([10,20], [0.1,0.5])
Simulate all combinations of [10,20] students and [0.1,0.5] mu values and save them to CSV files
from SmithWagnerCV import SaveSimulationTable
d = SaveSimulationTable([10,20], [0.1,0.5])
Installation
Using the pip tool, you can install this module with the following command:
pip install SmithWagnerCV
Using the conda command you can type the following:
conda install -c tazzben smithwagnercv
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file smithwagnercv-0.1.0.tar.gz
.
File metadata
- Download URL: smithwagnercv-0.1.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e337e6a0cd82bf265f2cded88f1feeb0f5f41b6217fc6c4d43f2cd30dd20b93e |
|
MD5 | d048097742420fb3fcbe970aa90eebfd |
|
BLAKE2b-256 | 570700a09620f4506ea406a9ba006cb1ba0217fac8633ac1c44387d97487da62 |
File details
Details for the file smithwagnercv-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: smithwagnercv-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3f56ec062677b14f11d8a5b1551c2e69b15966176bdcb95b5079b34b55977af |
|
MD5 | eec9d10504405314b8367c3288e2cc79 |
|
BLAKE2b-256 | 01cb738537dc8520279bd1a21b0ff8ae991d0324865c506cd68d00a3539eb77f |