-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
25 lines (25 loc) · 880 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: QuasiLSE
Type: Package
Title: Multivariate Non-parametric LSE With Quasiconvex Or Quasiconcave Constraint
Version: 0.1
Date: 2021-06-16
Author: Somabha Mukherjee and Rohit K. Patra
Maintainer: Rohit K. Patra <[email protected]>
Description: Computes Multivariate Non-parametric Lse With Either Quasiconvex Or Quasiconcave And Additional Monotone Constraint. Also includes tools for 1. checking if a given input satisfies above constraint and 2. interpolating (in a piecewise constant manner) function that satisfies above constraints.
License: GPL (>= 2)
LazyData: TRUE
URL: https://github.com/somabhamukherjee/QuasiconvexLSE
BugReports: https://github.com/somabhamukherjee/QuasiconvexLSE/issues
RoxygenNote: 7.1.1
Suggests:
ggplot2,
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
Imports:
gurobi,
Matrix,
lpSolve,
methods,
MASS