cub_root_select_rconics: Calculate cubic roots using the Rconics package

View source: R/spline_helpers.R

cub_root_select_rconicsR Documentation

Calculate cubic roots using the Rconics package

Description

Calculate cubic roots using the Rconics package

Usage

cub_root_select_rconics(a, b, c, d, q_1, q_2)

Arguments

a

parameter 1 in cubic equation

b

parameter 2 in cubic equation

c

parameter 3 in cubic equation

d

parameter 4 in cubic equation

q_1

lower quantile to bound the root

q_2

upper quantile to bound the root


be-green/quantspace documentation built on March 20, 2024, 5:30 p.m.