-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
34 lines (31 loc) · 999 Bytes
/
Copy pathCITATION.cff
File metadata and controls
34 lines (31 loc) · 999 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Grim Test
message: >-
The test makes use of a simple numerical property to
identify if the mean of integer values has been correctly
calculated.
type: software
authors:
- given-names: Peter Johnathan
family-names: Houghton
email: [email protected]
repository-code: 'https://github.com/phoughton/grim_test'
repository-artifact: 'https://pypi.org/project/grim/'
abstract: >-
This package is based on the GRIM (Granularity-Related
Inconsistency of Means) test first highlighted by Heathers
& Brown in their 2016 paper.
The test makes use of a simple numerical property to
identify if the mean of integer values has been correctly
calculated.
You don't need the original integer values. You just need
the mean and the number (n) of items.
keywords:
- grim
- statistics
- python
- mean
- average
license: MIT