-
Notifications
You must be signed in to change notification settings - Fork 0
/
CITATION.cff
46 lines (45 loc) · 1.56 KB
/
CITATION.cff
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
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: UQTestFuns
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Damar
family-names: Wicaksono
affiliation: CASUS/HZDR
orcid: 'https://orcid.org/0000-0001-8587-7730'
- given-names: Michael
family-names: Hecht
affiliation: CASUS/HZDR
orcid: 'https://orcid.org/0000-0001-9214-8253'
identifiers:
- type: doi
value: 10.5281/zenodo.14181563
description: The Zenodo URL of version 0.5.0 of the package
repository-code: 'https://github.com/damar-wicaksono/uqtestfuns'
url: 'https://uqtestfuns.readthedocs.io/en/latest/'
repository-artifact: 'https://pypi.org/project/uqtestfuns/'
abstract: >-
UQTestFuns is an open-source Python3 library of test
functions commonly used within the uncertainty
quantification (UQ) community. The package aims to provide
an implementation with minimal dependencies and a common interface
of many test functions available in the UQ literature,
a single entry point collecting test functions and their probabilistic
input specifications in a single Python package,
and an opportunity for an open-source contribution,
supporting the implementation of new test functions
or posting reference results.
keywords:
- uncertainty-quantification
- test-functions
- sensitivity-analysis
- metamodeling
- reliability-analysis
- surrogate-modeling
license: MIT
version: 0.5.0
date-released: '2024-11-18'