相关实验视频
Updated: Jun 14, 2025

05:37
An R-Based Landscape Validation of a Competing Risk Model
Published on: September 16, 2022
2.0K
通过修改的ROC-GLM进行预测模型的分布式非披露性验证
Daniel Schalk1,2,3, Raphael Rehms4, Verena S Hoffmann4
1Department of Statistics, LMU Munich, Munich, Germany.
BMC medical research methodology
|August 29, 2024
概括
分布式统计分析允许使用接收器操作特征 (ROC) 和曲线下的面积 (AUC) 来评估保护隐私的模型. 不同的隐私参数会影响准确性,需要在分布式设置中仔细选择可靠的结果.
科学领域:
- 生物统计学 生物统计学
- 数据 隐私 数据 隐私 数据
- 机器学习评估 机器学习评估
背景情况:
- 分布式统计分析提供了一种保护隐私的方法,通过使用总结统计来分析跨多个数据库的数据.
- 评估歧视模型需要对独立数据进行预测或预测性能的评估.
- 接收器操作特征 (ROC) 和曲线下的面积 (AUC) 是对二进制分类模型性能的关键指标.
研究的目的:
- 以分布式,保护隐私的方式计算二进制分类的ROC和AUC.
- 在分布式框架内评估大尺度校准指标.
- 调查差异隐私对分布式模型验证的影响.
主要方法:
- 使用DataSHIELD进行分布式分析,并使用一种新的算法进行保护隐私的ROC分析.
- 为了确定ROC和AUC,采用了通用线性模型 (GLM) 近似方法 (ROC-GLM).
- 通过添加噪声来内置差异隐私 (DP),通过模拟研究DP参数影响.
主要成果:
- 分布式AUC测量显示与真实AUC的差异,严重受差异性隐私参数的影响.
- 分布式AUC估计器的准确性可能会受到DP的过度噪音的负面影响.
- 建议包括通过适当的DP参数选择模拟和检查分布式AUC估计器的准确性.
结论:
- 算法的适用性取决于统计模型的灵敏度.
- 在大多数模拟中,近似误差是可以接受的,但更高灵敏度的模型需要调整隐私参数.
- 像AUC这样的复杂措施可以有效地用于分布式设置中的验证,同时保持个人隐私.
相关概念视频
Receiver Operating Characteristic Plot
104
A ROC (Receiver Operating Characteristic) plot is a graphical tool used to assess the performance of a binary classification model by illustrating the trade-off between sensitivity (true positive rate) and specificity (false positive rate). By plotting sensitivity against 1 - specificity across various threshold settings, the ROC curve shows how well the model distinguishes between classes, with a curve closer to the top-left corner indicating a more accurate model. The area under the ROC curve...
104
Prediction Intervals
2.2K
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
2.2K
Quantifying and Rejecting Outliers: The Grubbs Test
1.5K
Sometimes, a data set can have a recorded numerical observation that greatly deviates from the rest of the data. Assuming that the data is normally distributed, a statistical method called the Grubbs test can be used to determine whether the observation is truly an outlier. To perform a two-tailed Grubbs test, first, calculate the absolute difference between the outlier and the mean. Then, calculate the ratio between this difference and the standard deviation of the sample. This...
1.5K
Regression Analysis
5.7K
Regression analysis is a statistical tool that describes a mathematical relationship between a dependent variable and one or more independent variables.
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
5.7K
Goodness-of-Fit Test
3.3K
The goodness-of-fit test is a type of hypothesis test which determines whether the data "fits" a particular distribution. For example, one may suspect that some anonymous data may fit a binomial distribution. A chi-square test (meaning the distribution for the hypothesis test is chi-square) can be used to determine if there is a fit. The null and alternative hypotheses may be written in sentences or stated as equations or inequalities. The test statistic for a goodness-of-fit test is given as...
3.3K
Multiple Regression
3.0K
Multiple regression assesses a linear relationship between one response or dependent variable and two or more independent variables. It has many practical applications.
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
3.0K

