-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
51 lines (51 loc) · 1.81 KB
/
CITATION.cff
File metadata and controls
51 lines (51 loc) · 1.81 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
cff-version: 1.2.0
message: "If you use pyFIES in published research, please cite it as below, and also cite the underlying FIES methodology (Cafiero, Viviani, & Nord, 2018; doi:10.1016/j.measurement.2017.10.065)."
type: software
title: "pyFIES: Python implementation of FAO's Food Insecurity Experience Scale"
abstract: >-
pyFIES is a Python package for computing UN SDG indicator 2.1.2 (the prevalence of
moderate-or-severe and severe food insecurity) from raw survey responses. It
implements FAO's official methodology: a weighted Conditional Maximum Likelihood
Rasch model, equating to the FAO 2014–2016 global standard, and probabilistic
prevalence assignment along the latent food-insecurity trait. Numerical results
are validated against the R reference implementation (RM.weights).
authors:
- family-names: Johnson
given-names: Nicholas E.
email: nicholas.e.johnson@stonybrook.edu
affiliation: Stony Brook University
repository-code: "https://github.com/nejohnson2/pyFIES"
url: "https://nejohnson2.github.io/pyFIES/"
license: Apache-2.0
version: 0.1.1
date-released: "2026-04-27"
identifiers:
- type: doi
value: 10.5281/zenodo.19838795
description: Concept DOI (resolves to the latest archived release)
keywords:
- food insecurity
- food security measurement
- FIES
- SDG 2.1.2
- Rasch model
- item response theory
- psychometrics
- survey analysis
- FAO
references:
- type: article
authors:
- family-names: Cafiero
given-names: Carlo
- family-names: Viviani
given-names: Sara
- family-names: Nord
given-names: Mark
title: "Food security measurement in a global context: The Food Insecurity Experience Scale"
journal: Measurement
volume: 116
start: 146
end: 152
year: 2018
doi: 10.1016/j.measurement.2017.10.065