Analysis of <i>Hogna ingens </i>population development
收藏资源简介:
Python scripts used in this modules data analysis.DataParser: Parses Excel files, and unify the loaded data to make it comparable.DataStats: Basic statistics are done on the population development of <i>Hogna ingens</i>, like the calculation of abundance, distribution, ratio in age cohorts and population growth. Differences between the monitoring years regarding theses factors are determined by running Mann-Withney U test, Dunn or OLS depending on the data distribution.DataPlotter: Plots boxplots, histograms and geographical maps using the data provided bei Datastats and DataParser
本模块开展数据分析所使用的Python脚本如下: 数据解析器(DataParser):用于解析Excel文件,并对加载后的数据进行统一化处理,以确保不同数据集具备可比性。 数据统计器(DataStats):针对<i>Hogna ingens</i>的种群动态开展基础统计分析,具体包括丰度、分布范围、年龄组占比以及种群增长情况的计算。针对各监测年份间上述指标的差异,将依据数据分布特征,分别采用曼-惠特尼U检验(Mann-Whitney U test)、邓恩检验(Dunn test)或普通最小二乘回归(OLS)进行差异显著性判定。 数据绘图器(DataPlotter):基于DataStats与DataParser提供的数据,绘制箱线图、直方图与地理分布图。




