AoChen2001 / Adaptive-Cluster-Sampling-ACS

This is the code for the ACS algorithm in the paper "Generating and Validating Cluster Sampling Matrices for Model-free Factor Screening".

Home Page:https://www.sciencedirect.com/science/article/abs/pii/S0377221723006112

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Profile

This is the code for the adaptive cluster sampling (ACS) algorithm in the paper "Generating and Validating Cluster Sampling Matrices for Model-free Factor Screening".

You can get the paper through the URL https://www.sciencedirect.com/science/article/abs/pii/S0377221723006112 and please cite this article as: W. Shi, A. Chen and X. Xie, Generating and validating cluster sampling matrices for model-free factor screening, European Journal of Operational Research, https://doi.org/10.1016/j.ejor.2023.08.007.

If you have any questions, please contact us via e-mail at aochen2001@gmail.com.

Quick Start

Constructing a cluster sampling matrix

Simply input the number of factors k and the number of target elementary effects w in function "create_C" to construct the sampling matrix.

Regarding the validation procedure

Input any sampling matrix into the function "validation_procedure" to obtain the number of elementary effects generated by the matrix for each factor.

About

This is the code for the ACS algorithm in the paper "Generating and Validating Cluster Sampling Matrices for Model-free Factor Screening".

https://www.sciencedirect.com/science/article/abs/pii/S0377221723006112


Languages

Language:MATLAB 100.0%