knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

torchsde

Lifecycle: experimental

The goal of torchsde is to ...

Installation

You can install the development version of torchsde from GitHub with:

# install.packages("devtools")
devtools::install_github("rdinnager/torchsde")

Example

This is a basic example which shows you how to solve a common problem:

#library(torchsde)
## basic example code


rdinnager/torchsde documentation built on Jan. 19, 2022, 12:06 a.m.