Other packages > Find by keyword >

KoulMde  

Koul's Minimum Distance Estimation in Regression and Image Segmentation Problems
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("KoulMde", "3.2.1")



Attach the package and use:
library("KoulMde")
Maintained by
Jiwoong Kim
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2015-09-25
Latest Update: 2020-09-10
Description:
Many methods are developed to deal with two major statistical problems: image segmentation and nonparametric estimation in various regression models. Image segmentation is nowadays gaining a lot of attention from various scientific subfields. Especially, image segmentation has been popular in medical research such as magnetic resonance imaging (MRI) analysis. When a patient suffers from some brain diseases such as dementia and Parkinson's disease, those diseases can be easily diagnosed in brain MRI: the area affected by those diseases is brightly expressed in MRI, which is called a white lesion. For the purpose of medical research, locating and segment those white lesions in MRI is a critical issue; it can be done manually. However, manual segmentation is very expensive in that it is error-prone and demands a huge amount of time. Therefore, supervised machine learning has emerged as an alternative solution. Despite its powerful performance in a classification problem such as hand-written digits, supervised machine learning has not shown the same satisfactory result in MRI analysis. Setting aside all issues of the supervised machine learning, it exposed a critical problem when employed for MRI analysis: it requires time-consuming data labeling. Thus, there is a strong demand for an unsupervised approach, and this package - based on Hira L. Koul (1986) - proposes an efficient method for simple image segmentation - here, "simple" means that an image is black-and-white - which can easily be applied to MRI analysis. This package includes a function GetSegImage(): when a black-and-white image is given as an input, GetSegImage() separates an area of white pixels - which corresponds to a white lesion in MRI - from the given image. For the second problem, consider linear regression model and autoregressive model of order q where errors in the linear regression model and innovations in the autoregression model are independent and symmetrically distributed. Hira L. Koul (1986) proposed a nonparametric minimum distance estimation method by minimizing L2-type distance between certain weighted residual empirical processes. He also proposed a simpler version of the loss function by using symmetry of the integrating measure in the distance. Kim (2018) proposed a fast computational method which enables practitioners to compute the minimum distance estimator of the vector of general multiple regression parameters for several integrating measures. This package contains three functions: KoulLrMde(), KoulArMde(), and Koul2StageMde(). The former two provide minimum distance estimators for linear regression model and autoregression model, respectively, where both are based on Koul's method. These two functions take much less time for the computation than those based on parametric minimum distance estimation methods. Koul2StageMde() provides estimators for regression and autoregressive coefficients of linear regression model with autoregressive errors through minimum distant method of two stages. The new version is written in Rcpp and dramatically reduces computational time.
How to cite:
Jiwoong Kim (2015). KoulMde: Koul's Minimum Distance Estimation in Regression and Image Segmentation Problems. R package version 3.2.1, https://cran.r-project.org/web/packages/KoulMde. Accessed 16 Jul. 2026.
Previous versions and publish date:
1.0 (2015-09-25 20:33), 1.1 (2016-04-21 14:42), 2.0.1 (2016-05-16 15:41), 2.0 (2016-05-13 01:03), 2.2.0 (2016-11-10 13:16), 3.0.0 (2017-02-01 16:12), 3.1.0 (2018-05-30 00:36), 3.1.1 (2020-04-11 09:40), 3.2.0 (2020-09-09 08:20), 3.2.1 (2020-09-10 08:30), (2026-07-09 08:07)
Other packages that cited KoulMde R package
View KoulMde citation profile
Other R packages that KoulMde depends, imports, suggests or enhances
Complete documentation for KoulMde
Functions, R codes and Examples using the KoulMde R package
Some associated functions: CheckNonNumeric . GenImg . GetSegImage . Koul2StageMde . KoulArMde . KoulLrMde . 
Some associated R codes: ImgSeg.R . MdeFunc31.R . RFuncLib.R . RcppExports.R .  Full KoulMde package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

schoolmath  
Functions and Datasets for Math Used in School
Contains functions and datasets for math taught in school. A main focus is set to prime-calculation. ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
wordnet  
WordNet Interface
An interface to WordNet using the Jawbone Java API to WordNet. WordNet (< ...
Download / Learn more Package Citations See dependency  
bbdetection  
Identification of Bull and Bear States of the Market
Implements two algorithms of detecting Bull and Bear markets in stock prices: the algorithm of Pagan ...
Download / Learn more Package Citations See dependency  
stevedata  
Steve's Toy Data for Teaching About a Variety of Methodological, Social, and Political Topics
This is a collection of various kinds of data with broad uses for teaching. My students, and academ ...
Download / Learn more Package Citations See dependency  
Rnmr1D  
Perform the Complete Processing of a Set of Proton Nuclear Magnetic Resonance Spectra
Perform the complete processing of a set of proton nuclear magnetic resonance spectra from the free ...
Download / Learn more Package Citations See dependency  

27,806

R Packages

239,283

Dependencies

73,837

Author Associations

27,807

Publication Badges

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