该函数用于设置NormalDistFuzzySet的标准差属性。
standardDeviation(value)
value
const fuzzySet = new Yuka.NormalDistFuzzySet(5, 2); fuzzySet.standardDeviation(3);