-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
43 lines (43 loc) · 1.65 KB
/
CITATION.cff
File metadata and controls
43 lines (43 loc) · 1.65 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
cff-version: 1.2.0
message: "If you use this software, please cite it using the information below."
type: software
title: "Numerics-Python-Examples"
version: "1.0.0"
repository-code: "https://github.com/USACE-RMC/Numerics-Python-Examples"
date-released: "2026-04-23"
license: 0BSD
url: "https://github.com/USACE-RMC/Numerics-Python-Examples.git"
abstract: >-
This repository contains Python notebooks that demonstrate the Numerics .NET library through pythonnet.
The goal is to give practical, reproducible examples for distributions, MCMC, optimization, statistics,
time series, machine learning, and linear models.
keywords:
- numerics
- pythonnet
- MCMC
- optimization
- machine-learning
- statistics
- probability distributions
authors:
- family-names: "Niblett"
given-names: "Sadie"
email: "sadie.s.niblett@usace.army.mil"
affiliation: "U.S. Army Corps of Engineers, Risk Management Center"
orcid: "https://orcid.org/0009-0008-8588-4816"
- family-names: "Smith"
given-names: "C. Haden"
email: "cole.h.smith@usace.army.mil"
affiliation: "U.S. Army Corps of Engineers, Risk Management Center"
orcid: "https://orcid.org/0000-0002-4651-9890"
reviewers:
- family-names: "McGraw"
given-names: "Dan"
email: "daniel.e.mcgraw@usace.army.mil"
affiliation: "U.S. Army Corps of Engineers, Risk Management Center"
orcid: "https://orcid.org/0009-0006-4859-0179"
- family-names: "Gonzalez"
given-names: "Julian"
email: "julian.t.gonzalez@usace.army.mil"
affiliation: "U.S. Army Corps of Engineers, Risk Management Center"
orcid: "https://orcid.org/0009-0009-9058-7653"