Mini Package for Waterfront Engineering Studio(WES) Calculation model, Currently include Greenampt, Gumbel Model Calculation
Project description
Package Name
Package function description
Installation
pip install WES-Calculation
Function and Requirements
import WES_Calculation as wes
Gumbel Function Usage
Gumbel Model Necessary Input Parameter
wes.gumbel(datao, unitx, unitt, i1, i2)
- datao: 样本数据
>Input Type: string type
>Demo Input<string>: '1.55, 1.4, 1.35, 1.26, 1.2, 1.16, 1.1, 1.05, 1.01, 0.97, 0.88, 0.86, 0.82, 0.8, 0.75'
- unitx: 物理量单位
> Input Type: string type
> Demo Input<string>: 'Inch','inch'
- unitt: 样本数据的时间间隔
> Input Type: string type
> Demo Input<string>: 'Year','year'
- i1: 概率分析的类型
> Input Type: Int type
> Explaination:
> 1 for 极大值
> 2 for 极小值(Only Two Valid Input)
> Demo Input: 1
- i2: 经验估计频率模型
> Input Type: Int type
> Explaination:
> 1 for Weibull
> 2 for 中值
> 3 for Gringorton(Only Three Valid Input)
> Demo Input: 3
- Output
> Result: list type
> Explaination:
> plot_url: result graph for input
> data: result data for table value
> Demo Output:
> gumbel_result = wes.gumbel(result, unitx, unitt, i1, i2)
> plot_url = gumbel_result[0]
> data = gumbel_result[1]
License
copyright @ 2021 BDFD
This repository is licensed under the MIT license. See LICENSE for details.
References
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 WES_Calculation-1.3.10.tar.gz.
File metadata
- Download URL: WES_Calculation-1.3.10.tar.gz
- Upload date:
- Size: 22.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebde671a3c9d1368d53ab395f9afe9ff2ea526716c28b252d7c479a78889adba
|
|
| MD5 |
a40e2472fa16b0df59bf85175bb08690
|
|
| BLAKE2b-256 |
7cf6d46331894512437f215988b45ab645e16fce354c51cd468258937028d8a5
|
File details
Details for the file WES_Calculation-1.3.10-py3-none-any.whl.
File metadata
- Download URL: WES_Calculation-1.3.10-py3-none-any.whl
- Upload date:
- Size: 23.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e25bcae6745cfa1548d33970ffd16a3d3cf0de924ee11097369b3a0f0c568212
|
|
| MD5 |
19154b961a14639d67c50f4b88868953
|
|
| BLAKE2b-256 |
5f8d095fb2d7954d2740e32cd3475835d151fe348d2cdf6bfea7cb094918a8eb
|