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 22 Dec. 2024.
Previous versions and publish date:
0.1 (2017-09-04 14:41), 0.2 (2018-10-18 14:30), 0.3 (2019-02-11 09:50)
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

tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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