• 제목/요약/키워드: multiple regression technique

검색결과 277건 처리시간 0.026초

중회귀식을 이용한 원주시 $SO_2$ 오염도 예보기법 개발에 관한 연구 (On the Development of the Statistical $SO_2$ Forecasting Technique by the Multiple Regression Analysis in Wonju City)

  • 송동웅
    • 한국환경과학회지
    • /
    • 제7권6호
    • /
    • pp.827-831
    • /
    • 1998
  • Statistical $SO_2$ forecasting technique by multiple regression analysis was designed and developed to predict $SO_2$ concentration in Wonju City. $SO_2$ concentration data measured from air pollution monitoring system and meteorological factors data such as : wind speed, atmospheric stability, surface temperature, relative humidity and precipitation were used in Wonju City during the 1996~1997. As the results, correlation model for forecasting was well fitted with some parameters including minimum temperature, wind speed and the $SO_2$ concentration of the previous day.

  • PDF

Multiple Regression Technique for Productivity Analysis of the Jointed Plane Concrete Pavement (JPCP)

  • Yoo, Wi-Sung
    • 한국건설관리학회논문집
    • /
    • 제9권6호
    • /
    • pp.268-276
    • /
    • 2008
  • In highway construction projects, concrete pavement productivity has been challenged with constructors and decision-makers; at present there are few methods available to accurately evaluate the factors impacting on it. Any inefficient method to analyze it leads to the excessive schedule, higher rehabilitation costs, shorter service life, and reduction of ride quality. To implement these negative outcomes, constructors or decision-makers need a systematic tool that can be used to categorize the factors related to construction productivity. This paper applies multiple regression technique for productivity analysis of the Jointed Plane Concrete Pavement (JPCP), identifies the significant factors, and provides a predictive model assisting in monitoring and managing the productivity of the JPCP construction process. The completed and progressive projects are employed to derive and assess the proposed model. The results are analyzed to illustrate its capabilities.

A Technique to Improve the Fit of Linear Regression Models for Successive Sets of Data

  • Park, Sung H.
    • Journal of the Korean Statistical Society
    • /
    • 제5권1호
    • /
    • pp.19-28
    • /
    • 1976
  • In empirical study for fitting a multiple linear regression model for successive cross-sections data observed on the same set of independent variables over several time periods, one often faces the problem of poor $R^2$, the multiple coefficient of determination, which provides a standard measure of how good a specified regression line fits the sample data.

  • PDF

스마트 무인기용 터보축 엔진의 성능진단을 위한 결함 예측에 관한 연구 (A Study on Defect Diagnostics for Health Monitoring of a Turbo-Shaft Engine for SUAV)

  • 박준철;노태성;최동환
    • 한국추진공학회:학술대회논문집
    • /
    • 한국추진공학회 2005년도 제24회 춘계학술대회논문집
    • /
    • pp.248-251
    • /
    • 2005
  • 본 연구에서는 가스 터빈 엔진의 결함에 의해 나타나는 엔진의 성능 저하를 진단하는 기법을 연구하였다. 대상 엔진을 모델화하기 위해 상용 프로그램 GSP를 이용하여 저하된 성능 진단을 위한 변수들을 추출하였으며 이를 바탕으로 Health Monitoring을 위한 Virtual Sensor Model을 구축하였다. 단일 결함과 복합 결함을 예측하기 위한 방법으로 Multiple Linear Regression기법과 가중치를 이용한 기법을 도입하여 엔진 구성품의 결함 위치 및 결함 정도를 예측하였다.

  • PDF

An Approach to Applying Multiple Linear Regression Models by Interlacing Data in Classifying Similar Software

  • Lim, Hyun-il
    • Journal of Information Processing Systems
    • /
    • 제18권2호
    • /
    • pp.268-281
    • /
    • 2022
  • The development of information technology is bringing many changes to everyday life, and machine learning can be used as a technique to solve a wide range of real-world problems. Analysis and utilization of data are essential processes in applying machine learning to real-world problems. As a method of processing data in machine learning, we propose an approach based on applying multiple linear regression models by interlacing data to the task of classifying similar software. Linear regression is widely used in estimation problems to model the relationship between input and output data. In our approach, multiple linear regression models are generated by training on interlaced feature data. A combination of these multiple models is then used as the prediction model for classifying similar software. Experiments are performed to evaluate the proposed approach as compared to conventional linear regression, and the experimental results show that the proposed method classifies similar software more accurately than the conventional model. We anticipate the proposed approach to be applied to various kinds of classification problems to improve the accuracy of conventional linear regression.

Frequency Matrix 기법을 이용한 결측치 자료로부터의 개인신용예측 (Predicting Personal Credit Rating with Incomplete Data Sets Using Frequency Matrix technique)

  • 배재권;김진화;황국재
    • Journal of Information Technology Applications and Management
    • /
    • 제13권4호
    • /
    • pp.273-290
    • /
    • 2006
  • This study suggests a frequency matrix technique to predict personal credit rate more efficiently using incomplete data sets. At first this study test on multiple discriminant analysis and logistic regression analysis for predicting personal credit rate with incomplete data sets. Missing values are predicted with mean imputation method and regression imputation method here. An artificial neural network and frequency matrix technique are also tested on their performance in predicting personal credit rating. A data set of 8,234 customers in 2004 on personal credit information of Bank A are collected for the test. The performance of frequency matrix technique is compared with that of other methods. The results from the experiments show that the performance of frequency matrix technique is superior to that of all other models such as MDA-mean, Logit-mean, MDA-regression, Logit-regression, and artificial neural networks.

  • PDF

TIME SERIES PREDICTION USING INCREMENTAL REGRESSION

  • Kim, Sung-Hyun;Lee, Yong-Mi;Jin, Long;Chai, Duck-Jin;Ryu, Keun-Ho
    • 대한원격탐사학회:학술대회논문집
    • /
    • 대한원격탐사학회 2006년도 Proceedings of ISRS 2006 PORSEC Volume II
    • /
    • pp.635-638
    • /
    • 2006
  • Regression of conventional prediction techniques in data mining uses the model which is generated from the training step. This model is applied to new input data without any change. If this model is applied directly to time series, the rate of prediction accuracy will be decreased. This paper proposes an incremental regression for time series prediction like typhoon track prediction. This technique considers the characteristic of time series which may be changed over time. It is composed of two steps. The first step executes a fractional process for applying input data to the regression model. The second step updates the model by using its information as new data. Additionally, the model is maintained by only recent data in a queue. This approach has the following two advantages. It maintains the minimum information of the model by using a matrix, so space complexity is reduced. Moreover, it prevents the increment of error rate by updating the model over time. Accuracy rate of the proposed method is measured by RME(Relative Mean Error) and RMSE(Root Mean Square Error). The results of typhoon track prediction experiment are performed by the proposed technique IMLR(Incremental Multiple Linear Regression) is more efficient than those of MLR(Multiple Linear Regression) and SVR(Support Vector Regression).

  • PDF

A Hybrid Approach for Regression Testing in Interprocedural Program

  • Singh, Yogesh;Kaur, Arvinder;Suri, Bharti
    • Journal of Information Processing Systems
    • /
    • 제6권1호
    • /
    • pp.21-32
    • /
    • 2010
  • Software maintenance is one of the major activities of the software development life cycle. Due to the time and cost constraint it is not possible to perform exhaustive regression testing. Thus, there is a need for a technique that selects and prioritizes the effective and important test cases so that the testing effort is reduced. In an analogous study we have proposed a new variable based algorithm that works on variables using the hybrid technique. However, in the real world the programs consist of multiple modules. Hence, in this work we propose a regression testing algorithm that works on interprocedural programs. In order to validate and analyze this technique we have used various programs. The result shows that the performance and accuracy of this technique is very high.

수계 상류 관측 수위자료를 이용한 하류 홍수위 예측기법 (Forecasting Technique of Downstream Water Level using the Observed Water Level of Upper Stream)

  • 김상문;최병웅;이남주
    • Ecology and Resilient Infrastructure
    • /
    • 제7권4호
    • /
    • pp.345-352
    • /
    • 2020
  • 최근 하천범람에 따른 피해를 최소화하기 위해서는 대피를 위한 선행시간을 확보하는 것이 매우 중요하다. 본 연구에서는 현재 하천에서 측정되고 있는 수위 관측 자료를 이용하여 이상호우 발생시 하류의 수위를 예측하였다. 수위 예측을 위해 다중회귀모형 및 인공신경망 모형을 섬강시험유역에 적용하였다. 다중회귀모형 및 인공신경망 모형의 학습에는 섬강시험유역의 2002년부터 2010년까지의 수위 관측 자료를 이용하였으며, 학습된 모형을 이용하여 발생 가능한 수위를 예측하였다. 모의 결과 인공신경망 수위예측모형의 결정계수는 0.991 - 0.999로 나타났으며, 다중회귀수위예측 모형의 결정계수는 0.945 - 0.990로 나타나 인공신경망을 이용한 수위예측모형이 다중회귀모형보다 좀 더 나은 예측 결과를 나타내는 것을 확인할 수 있었다. 본 연구결과는 향후 하천에서 선행시간을 확보한 홍수 예보 구축에 활용할 수 있을 것으로 판단된다.

다중선형회귀분석에 의한 계절별 저수지 유입량 예측 (Forecasting of Seasonal Inflow to Reservoir Using Multiple Linear Regression)

  • 강재원
    • 한국환경과학회지
    • /
    • 제22권8호
    • /
    • pp.953-963
    • /
    • 2013
  • Reliable long-term streamflow forecasting is invaluable for water resource planning and management which allocates water supply according to the demand of water users. Forecasting of seasonal inflow to Andong dam is performed and assessed using statistical methods based on hydrometeorological data. Predictors which is used to forecast seasonal inflow to Andong dam are selected from southern oscillation index, sea surface temperature, and 500 hPa geopotential height data in northern hemisphere. Predictors are selected by the following procedure. Primary predictors sets are obtained, and then final predictors are determined from the sets. The primary predictor sets for each season are identified using cross correlation and mutual information. The final predictors are identified using partial cross correlation and partial mutual information. In each season, there are three selected predictors. The values are determined using bootstrapping technique considering a specific significance level for predictor selection. Seasonal inflow forecasting is performed by multiple linear regression analysis using the selected predictors for each season, and the results of forecast using cross validation are assessed. Multiple linear regression analysis is performed using SAS. The results of multiple linear regression analysis are assessed by mean squared error and mean absolute error. And contingency table is established and assessed by Heidke skill score. The assessment reveals that the forecasts by multiple linear regression analysis are better than the reference forecasts.