estbounds.original: Computes the true bounds subjected to shape constraints

View source: R/estbounds.R

estbounds.originalR Documentation

Computes the true bounds subjected to shape constraints

Description

This function computes the true bounds subjected to the shape constraints without approximation.

Usage

estbounds.original(data, lpmodel, original.sense, solver)

Arguments

data

An data frame or a matrix.

lpmodel

The lpmodel object.

original.sense

The sense of the constraints for the true bounds.

solver

The name of the linear and quadratic programming solver that is used to obtain the solution to linear and quadratic programs. The solvers supported by this package are cplexAPI, gurobi, limSolve and Rcplex.

Value

Returns the solution to the linear program.

objval

The optimal value.

status

The status of the linear program.


conroylau/lpinfer documentation built on Oct. 23, 2022, 9:21 a.m.