R-CMD-check

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

CFINI

Introduction

This package was created with implement different computational routines that can be applied to solve pricing problems, that are usually presented in Finance and Actuarial Science.

Here a list of the main numerical methods implemented inside CFINI. Many of this functions are coded with C++ by employing the packages Rcpp and RcppEigen.

The different methods in the CFINI package are implemented based on the concepts and algorithms introduced in the following sources of information:

Installation

To install the package CFINI directly from github, you can proceed in the following way making use of the devtools library

library( devtools )
install_github( "pedroguarderas/CFINI" )


pedroguarderas/CFINI documentation built on Feb. 16, 2024, 2:17 p.m.