Function reference
-
filter(<libbi>)
filter(<bi_model>)
- Using the LibBi wrapper to filter
-
generate_dataset()
- Generate Dataset
-
optimise(<libbi>)
optimise(<bi_model>)
- Using the LibBi wrapper to optimise
-
libbi()
- LibBi Wrapper
-
predict(<libbi>)
- Using the LibBi wrapper to predict
-
run(<libbi>)
- Using the LibBi wrapper to launch LibBi
-
sample(<libbi>)
sample(<bi_model>)
- Using the LibBi wrapper to sample
-
sample_obs()
- Sample observations from a LibBi model that has been run
-
simulate(<libbi>)
simulate(<bi_model>)
- Using the LibBi wrapper to simulate
-
bi_contents()
- Bi contents
-
bi_file_summary()
- NetCDF File Summary
-
bi_read()
- Bi Read
-
bi_write()
- Create (e.g., init or observation) files for LibBi
-
extract_sample()
- Extract a sample from a
LibBi
run.
-
get_traces()
- Get the parameter traces
-
summary(<libbi>)
- Print summary information about a
libbi
object
-
logLik(<libbi>)
- Using the LibBi wrapper to logLik
-
attach_data(<libbi>)
- Attach a new file or data set to a
libbi
object
-
join(<libbi>)
- Join multiple
libbi
objects
-
read_libbi()
- Read results of a
LibBi
run from an RDS file or from a folder. This completely reconstructs the savedLibBi
object
-
save_libbi(<libbi>)
- Write results of a
LibBi
run to an RDS file
-
update(<libbi>)
- Update a libbi object
-
bi_model()
- Bi Model
-
get_block(<bi_model>)
- Get the contents of a block in a LibBi model
-
get_const()
- Get constants in a LibBi model
-
get_dims()
- Get dimensions in a LibBi model
-
get_name(<bi_model>)
- Get the name of a bi model
-
rewrite(<libbi>)
rewrite(<bi_model>)
- Using the LibBi wrapper to rewrite
-
var_names()
- Get variable names in a LibBi model
-
add_block(<bi_model>)
- Add a block to a LibBi model
-
enable_outputs()
- Enable outputting variables in a
bi_model
-
fix(<bi_model>)
- Fix noise term, state or parameter of a libbi model
-
insert_lines(<bi_model>)
- Insert lines in a LibBi model
-
remove_lines(<bi_model>)
- Remove line(s) and/or block(s) in a libbi model
-
remove_vars()
- Remove variables
-
replace_all(<bi_model>)
- Replace all instances of a string with another in a model
-
set_name(<bi_model>)
- Set the name of a bi model
-
write_model(<bi_model>)
write_model(<libbi>)
- Writes a bi model to a file.
-
`==`(<bi_model>)
- Check if two models are equal
-
`[`(<bi_model>)
- Subset model lines
-
`[<-`(<bi_model>)
- Subset and replace model lines
-
`!=`(<bi_model>)
- Check if two models are unequal
-
flatten()
- Flatten list of data frames This function takes a list of data frames (such as, for example, returned by
bi_read
) and converts it to a flat data frame
-
print_log()
- Print the log file a
libbi
object
-
bi_generate_dataset()
- Bi Generate Dataset