GChenHsu.bin:
Devide point-bin values in more Chen-Hsu models at the same time
Description
Calculating point-bin values, which devece divide fuzzy sets in more Chen-Hsu models (the result returned form Gfuzzy.ts1(...,type=c(...,"Chen-Hsu"),bin=NULL) function).
Usage
GChenHsu.bin(list, n.subset)
Arguments
list
The information of fuzzy sets in Chen-Hsu models form Gfuzzy.ts1(...,type=c(...,"Chen-Hsu"),bin=NULL) function.
n.subset
A list where each component is a vector containing fuzzy subset number in every old fuzzy set. The each components of n.subset must be compatible with each componets of list.
Value
A list where each components is a vector contain point-bin values for Chen-Hsu models.
Details
GChenHsu.bin function use ChenHsu.bin function to calculate point-bin values in each Chen-Hsu model compatible each components of list.
See Also
Using ChenHsu.bin function in case only a Chen-Hsu model.