T O P I C R E V I E W |
sklee1990 |
Posted - 04/23/2019 : 10:16:56 PM 请教个问题:在origin二维散点图中,将x轴的数值等分为100分,即100个区间, 然后确定每个区间99.9%分位数的值,并根据每个区间99.9%分位数值拟合成一条线,有无操作方法。谢谢 |
1 L A T E S T R E P L I E S (Newest First) |
yuki_wu |
Posted - 04/24/2019 : 06:11:13 AM Hi,
举个简单的例子:
有两列随机数据,将数据按X轴等分10份分组: 1. Add a new column and right-click to select Set Column Values 2. Type “Floor(A*10)” in formula box
计算每个分组的分位数: 1. Select Statistics: Descriptive Statistics: Statistics on Columns 2. Select Col(B) as Data Range 3. Select Col(C) as Group 4. Go to Quantities tab, expand Quantiles node 5. Check Custom Percentiles checkbox 6. Enter 99.9 in Percentile List box
利用结果拟合。
Regards, Yuki
OriginLab
|
|
|