gravatar

Robert_Link

Robert Link

Recently Published

Notebook: fitting vine copula models
Examples of fitting vine copula distributions to simulated data. Plus, a digression into representing a Bayesian network distribution using vine copulas.
Notebook: rvinecopulib basics
Basics of using rvinecopulib: key functions, how to set up a vine copula distribution.
Model update 05 May 2020
Current state of the COVID-19 infection model with data through 03 May 2020.
Exceedance probability
Decoder diagnostics
Diagnostics for the decoder.
Partition algorithms
GCAMelec modeling
Testing the constrained spinup
Compare results of constrained spinup to previous results.
Experiment 2A
Experiment 2
Early results from Experiment 2
Temperature-electricity relationship
Early exploration of the relationship between temperature and electricity.
Survival model test
Test survival models on simulated data with known characteristics
Hector demo
This is structured as a live demo that we can run during a meeting. Here's what it looks like when it's done.
Draft vignette for Hector package
Short tutorial showing how to use Hector to answer a simple science question.
Profile for wind chunk
Fully valmorphanized
Replace all `mutate` with `$<-` and `if_else` with `replace`
Profile of version 2
Here I've changed just the first step in the process and verified that the results are identical.
Profile of version 1
This is the way this operation is currently being done in the code.
Test Suite Profile (6dfc286)
Profile of gcam data system test suite @ revision 6dfc286
Driver Profile (6dfc286)
Profile of gcam data system driver @ revision 6dfc286
Some examples of probing a GCAM output.xml file in R
This document shows a few examples of how to use the R XML package to query a GCAM output.xml file. The examples shown here are not exhaustive, but they will suffice for the most common usage scenarios. Links at the end of the writeup provide further information for cases not covered by the examples given. Note that if you're trying to work with the DBXML files that contain the comprehensive output, the information presented here won't help you. So far as I know, there is no easy way to extract an XML representation of a single scenario run from a DBXML output file.