Other packages > Find by keyword >

sdpt3r  

Semi-Definite Quadratic Linear Programming Solver
View on CRAN: Click here


Download and install sdpt3r package within the R console
Install from CRAN:
install.packages("sdpt3r")

Install from Github:
library("remotes")
install_github("cran/sdpt3r")

Install by package version:
library("remotes")
install_version("sdpt3r", "0.3")



Attach the package and use:
library("sdpt3r")
Maintained by
Adam Rahman
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-09-04
Latest Update: 2019-02-11
Description:
Solves the general Semi-Definite Linear Programming formulation using an R implementation of SDPT3 (K.C. Toh, M.J. Todd, and R.H. Tutuncu (1999) ). This includes problems such as the nearest correlation matrix problem (Higham (2002) ), D-optimal experimental design (Smith (1918) ), Distance Weighted Discrimination (Marron and Todd (2012) ), as well as graph theory problems including the maximum cut problem. Technical details surrounding SDPT3 can be found in R.H Tutuncu, K.C. Toh, and M.J. Todd (2003) .
How to cite:
Adam Rahman (2017). sdpt3r: Semi-Definite Quadratic Linear Programming Solver. R package version 0.3, https://cran.r-project.org/web/packages/sdpt3r. Accessed 21 Nov. 2024.
Previous versions and publish date:
0.1 (2017-09-04 14:41), 0.2 (2018-10-18 14:30)
Other packages that cited sdpt3r R package
View sdpt3r citation profile
Other R packages that sdpt3r depends, imports, suggests or enhances
Complete documentation for sdpt3r
Functions, R codes and Examples using the sdpt3r R package
Some associated functions: Andwd . Apdwd . Betp . Bgpp . Blogcheby . Bmaxcut . Bmaxkcut . DoptDesign . Ftoep . Glovasz . Hnearcorr . Vminelips . control_theory . doptimal . dwd . etp . flogcheby . gpp . lmi1 . lmi2 . lmi3 . logcheby . lovasz . maxcut . maxkcut . minelips . nearcorr . smat . sqlp . svec . toep . 
Some associated R codes: AXfun.R . Arrow.R . Atyfun.R . HKMcorr.R . HKMdirfun.R . HKMpred.R . HKMrhsfun.R . NTcorr.R . NTdirfun.R . NTpred.R . NTrhsfun.R . NTscaling.R . Prod2.R . Prod3.R . blkbarrier.R . blkcholfun.R . blkeig.R . blktrace.R . checkdense.R . checkdepconstr.R . control_theory.R . convertcmpsdp.R . datadoc.R . detect_ublk.R . deted_lblk.R . distanceGeometry.R . doptimal.R . dwd.R . etp.R . findcoeff.R . findcoeffsub.R . gpp.R . infeaspt.R . ispositivedefinite.R . lanczosfun.R . linsysolve.R . linsysolvefun.R . lmi.R . logcheby.R . lovasz.R . matvec.R . maxcut.R . maxkcut.R . mexFiles.R . minelips.R . mybicgstab.R . nearestcorr.R . norm_min.R . nzlist.R . ops.R . precond.R . qops.R . qprod.R . randadj.R . randmat.R . scaling.R . schurmat_lblk.R . schurmat_qblk.R . schurmat_sblk.R . setvec.R . smat.R . sortA.R . sqlp.R . sqlp_base.R . sqlp_main.R . sqlpcheckconv.R . sqlpmisc.R . sqlpu2lblk.R . steplength.R . svec.R . symamdR.R . symqmr.R . toeplitz.R . unperm.R . validate.R . validate_startpoint.R .  Full sdpt3r package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA