Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coffe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Goran Jelic-Cizmek
coffe
Merge requests
!2
Added flags for the various terms in the covariance
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Added flags for the various terms in the covariance
feature/covariance_flags
into
feature/conda
Overview
0
Commits
4
Pipelines
0
Changes
6
Merged
Goran Jelic-Cizmek
requested to merge
feature/covariance_flags
into
feature/conda
3 years ago
Overview
0
Commits
4
Pipelines
0
Changes
6
Expand
covariance_cosmic
covariance_mixed
covariance_poisson
0
0
Merge request reports
Compare
feature/conda
version 1
b4ff155c
3 years ago
feature/conda (base)
and
latest version
latest version
e0ac2554
4 commits,
3 years ago
version 1
b4ff155c
3 commits,
3 years ago
6 files
+
130
−
19
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
src/common.h
+
3
−
0
Options
@@ -443,6 +443,9 @@ typedef struct coffe_parameters_t
specify 4 different populations */
int
covariance_pop1
,
covariance_pop2
,
covariance_pop3
,
covariance_pop4
;
/* which contributions should be considered for the covariance (CV-CV, CV-Poisson, and Poisson-Poisson */
int
covariance_cosmic
,
covariance_mixed
,
covariance_poisson
;
int
covariance_integration_method
;
int
covariance_integration_bins
;
Loading