Skip to content

Commit

Permalink
Merge pull request #39 from NoraLoose/stats
Browse files Browse the repository at this point in the history
Clean up organization of dataset statistics
  • Loading branch information
NoraLoose committed Aug 21, 2023
2 parents fc19405 + 13e863f commit c8a4630
Show file tree
Hide file tree
Showing 3,369 changed files with 14 additions and 49,071 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
14 changes: 14 additions & 0 deletions dataset_statistics/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Dataset statistics

Here, we present distribution statistics to aid in understanding the dataset.

.
├── code # Code for calculating statistics
├── input2D # Statistics for 2D input variables
├── input3D # Statistics for 3D input variables
├── output2D # Statistics for 2D output variables
├── output3D # Statistics for 3D output variables
└── README.md

The statistics for the 3D variables (in `input3D` and `output3D`) are calculated for each vertical level individually. For each variable, a histogram is provided to visualize the distribution using 100 bins. Additionally, a text file accompanies each histogram, containing key statistical measures such as the mean, standard deviation, skewness, kurtosis, median, deciles, quartiles, minimum, maximum, and mode. The text file also includes the bin edges and the corresponding frequency values used to generate the histogram figures.

Loading

0 comments on commit c8a4630

Please sign in to comment.