A computational tool for NUS module ST2334
Project description
SciPy Helper
Written and developed by Prittam Ravi and Kevin Chang
This is a python package building on top of SciPy's functions, designed and built for the purpose of simplifying computations for a specific module at the National University of Singapore, ST2334.
It may not be very useful for other applications.
Installation
To install this package, simply use pip, with the following command.
python3 -m pip install st2334_helper
If not, you can also clone this repository. The module is located at src/st2334_helper.
Additionally, this module requires SciPy (version 1.7.1 or later), so make sure that you have SciPy installed and updated if necessary. You can perform the installation using pip, with the following command in your shell.
python3 -m pip install scipy
Or if you already have SciPy installed, you can update it by using the following command.
python3 -m pip install --upgrade scipy
Guide
There are three main functionalities provided, grouped into three submodules as below:
- General Usage: basic and convenient functions, but very limited
- Confidence Intervals: construct confidence intervals for samples
- Hypotheses Testing: conduct hypothesis test given data
To begin using the functions, import the module in a python shell. It is recommended to perform the imports as such, for greater efficiency during calculations.
from st2334_helper import general as gn
from st2334_helper import confidence_intervals as ci
from st2334_helper import hypotheses_tests as ht
After which, you can use the functions as you please, by invoking them in the shell.
For more details on how to use, please refer to the guide directory. The directory contains three files:
functions.md: A document detailing the specifications and instructions for every functionexample.py: An example of a script using the module, adapted from the creators' own attempt for ST2334 Quiz 4template.py: A template python script, for quick and easy work
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ST2334 Helper-1.0.0.tar.gz.
File metadata
- Download URL: ST2334 Helper-1.0.0.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46dda0b8a443456911345f23d2b75a351884035cd139e6fe5fe417ae78c9965c
|
|
| MD5 |
30ec68d1da2e83150a0faf251ce423bf
|
|
| BLAKE2b-256 |
78c3f8c3da7739b07b4ccabf105caf987466243630e1a0b715b45516f82bb9d3
|
File details
Details for the file ST2334_Helper-1.0.0-py3-none-any.whl.
File metadata
- Download URL: ST2334_Helper-1.0.0-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ded2f08f7af29901d81eeee6e8592d474644aa1df509e1e3897451e148fbf2c7
|
|
| MD5 |
7aa3488fa210130d53242fea7efc34f1
|
|
| BLAKE2b-256 |
3e3c2a461fe681489f79929f5654e99e41443fe06c9deec8c622a8f59f7cce49
|