• Title/Summary/Keyword: Performance-based Statistics

Search Result 1,057, Processing Time 0.039 seconds

A Reliability Analysis of Shallow Foundations using a Single-Mode Performance Function (단일형 거동함수에 의한 얕은 기초의 신뢰도 해석 -임해퇴적층의 토성자료를 중심으로-)

  • 김용필;임병조
    • Geotechnical Engineering
    • /
    • v.2 no.1
    • /
    • pp.27-44
    • /
    • 1986
  • The measured soil data are analyzed to the descriptive statistics and classified into the four models of uncorrelated-normal (UNNO), uncorrelated-nonnormal (VNNN), correlatedonnormal(CONN), and correlated-nonnormal(CONN) . This paper presents the comparisons of reliability index and check points using the advanced first-order second-moment method with respect to the four models as well as BASIC Program. A sin91e-mode Performance function is consisted of the basic design variables of bearing capacity and settlements on shallow foundations and input the above analyzed soil informations. The main conclusions obtained in this study are summarized as follows: 1. In the bearing capacity mode, cohesion and bearing-capacity factors by C-U test are accepted for normal and lognormal distribution, respectively, and negatively low correlated to each other. Since the reliability index of the CONN model is the lowest one of the four model, which could be recommended a reliability.based design, whereas the other model might overestimate the geotechnical conditions. 2. In the case of settlements mode, the virgin compression ratio and preccnsolidation pressure are fitted for normal and lognormal distribution, respectively. Constraining settlements to the lower ones computed by deterministic method, The CONN model is the lowest reliability of the four models.

  • PDF

A Page Replacement Scheme Based on Recency and Frequency (최근성과 참조 횟수에 기반한 페이지 교체 기법)

  • Lee, Seung-Hoon;Lee, Jong-Woo;Cho, Seong-Je
    • The KIPS Transactions:PartA
    • /
    • v.8A no.4
    • /
    • pp.469-478
    • /
    • 2001
  • In the virtual memory system, page replacement policy exerts a great influence on the performance of demand paging. There are LRU(Least Recently Used) and LFU (Least Frequently Used) as the typical replacement policies. The LRU policy performs effectively in many cases and adapts well to the changing workloads compared to other policies. It however cannot distinguish well between frequently and infrequently referenced pages. The LFU policy requires that the page with the smallest reference count be replaced. Though it considers all the references in the past, it cannot discriminate between references that occurred far back in the past and the more recent ones. Thus, it cannot adapt well to the changing workload. In this paper, we first analyze memory reference patterns of eight applications. The patterns show that the recently referenced pages or the frequently referenced pages are accessed continuously as the case may be. So it is rather hard to optimize page replacement scheme by using just one of the LRU or LFU policy. This paper makes an attempt to combine the advantages of the two policies and proposes a new page replacement policy. In the proposed policy, paging list is divided into two lists (LRU and LFU lists). By keeping the two lists in recency and reference frequency order respectively, we try to restrain the highly referenced pages in the past from being replaced by the LRU policy. Results from trace-driven simulations show that there exists points on the spectrum at which the proposed policy performs better than the previously known policies for the workloads we considered. Especially, we can see that our policy outperforms the existing ones in such applications that have reference patterns of re-accessing the frequently referenced pages in the past after some time.

  • PDF

R Based Parallelization of a Climate Suitability Model to Predict Suitable Area of Maize in Korea (국내 옥수수 재배적지 예측을 위한 R 기반의 기후적합도 모델 병렬화)

  • Hyun, Shinwoo;Kim, Kwang Soo
    • Korean Journal of Agricultural and Forest Meteorology
    • /
    • v.19 no.3
    • /
    • pp.164-173
    • /
    • 2017
  • Alternative cropping systems would be one of climate change adaptation options. Suitable areas for a crop could be identified using a climate suitability model. The EcoCrop model has been used to assess climate suitability of crops using monthly climate surfaces, e.g., the digital climate map at high spatial resolution. Still, a high-performance computing approach would be needed for assessment of climate suitability to take into account a complex terrain in Korea, which requires considerably large climate data sets. The objectives of this study were to implement a script for R, which is an open source statistics analysis platform, in order to use the EcoCrop model under a parallel computing environment and to assess climate suitability of maize using digital climate maps at high spatial resolution, e.g., 1 km. The total running time reduced as the number of CPU (Central Processing Unit) core increased although the speedup with increasing number of CPU cores was not linear. For example, the wall clock time for assessing climate suitability index at 1 km spatial resolution reduced by 90% with 16 CPU cores. However, it took about 1.5 time to compute climate suitability index compared with a theoretical time for the given number of CPU. Implementation of climate suitability assessment system based on the MPI (Message Passing Interface) would allow support for the digital climate map at ultra-high spatial resolution, e.g., 30m, which would help site-specific design of cropping system for climate change adaptation.

Retrieval of Land Surface Temperature Using Landsat 8 Images with Deep Neural Networks (Landsat 8 영상을 이용한 심층신경망 기반의 지표면온도 산출)

  • Kim, Seoyeon;Lee, Soo-Jin;Lee, Yang-Won
    • Korean Journal of Remote Sensing
    • /
    • v.36 no.3
    • /
    • pp.487-501
    • /
    • 2020
  • As a viable option for retrieval of LST (Land Surface Temperature), this paper presents a DNN (Deep Neural Network) based approach using 148 Landsat 8 images for South Korea. Because the brightness temperature and emissivity for the band 10 (approx. 11-㎛ wavelength) of Landsat 8 are derived by combining physics-based equations and empirical coefficients, they include uncertainties according to regional conditions such as meteorology, climate, topography, and vegetation. To overcome this, we used several land surface variables such as NDVI (Normalized Difference Vegetation Index), land cover types, topographic factors (elevation, slope, aspect, and ruggedness) as well as the T0 calculated from the brightness temperature and emissivity. We optimized four seasonal DNN models using the input variables and in-situ observations from ASOS (Automated Synoptic Observing System) to retrieve the LST, which is an advanced approach when compared with the existing method of the bias correction using a linear equation. The validation statistics from the 1,728 matchups during 2013-2019 showed a good performance of the CC=0.910~0.917 and RMSE=3.245~3.365℃, especially for spring and fall. Also, our DNN models produced a stable LST for all types of land cover. A future work using big data from Landsat 5/7/8 with additional land surface variables will be necessary for a more reliable retrieval of LST for high-resolution satellite images.

User Access Patterns Discovery based on Apriori Algorithm under Web Logs (웹 로그에서의 Apriori 알고리즘 기반 사용자 액세스 패턴 발견)

  • Ran, Cong-Lin;Joung, Suck-Tae
    • The Journal of Korea Institute of Information, Electronics, and Communication Technology
    • /
    • v.12 no.6
    • /
    • pp.681-689
    • /
    • 2019
  • Web usage pattern discovery is an advanced means by using web log data, and it's also a specific application of data mining technology in Web log data mining. In education Data Mining (DM) is the application of Data Mining techniques to educational data (such as Web logs of University, e-learning, adaptive hypermedia and intelligent tutoring systems, etc.), and so, its objective is to analyze these types of data in order to resolve educational research issues. In this paper, the Web log data of a university are used as the research object of data mining. With using the database OLAP technology the Web log data are preprocessed into the data format that can be used for data mining, and the processing results are stored into the MSSQL. At the same time the basic data statistics and analysis are completed based on the processed Web log records. In addition, we introduced the Apriori Algorithm of Web usage pattern mining and its implementation process, developed the Apriori Algorithm program in Python development environment, then gave the performance of the Apriori Algorithm and realized the mining of Web user access pattern. The results have important theoretical significance for the application of the patterns in the development of teaching systems. The next research is to explore the improvement of the Apriori Algorithm in the distributed computing environment.

Omnichannel's Perception Effect on Omnichannel Use and Customer-Brand Relationship (옴니채널의 지각된 편리성과 유용성이 옴니채널 사용과 소비자-브랜드 관계에 미치는 영향)

  • Yim, Duk-Soon;Han, Sang-Seol
    • Journal of Distribution Science
    • /
    • v.14 no.7
    • /
    • pp.83-90
    • /
    • 2016
  • Purpose - This study focuses on new type distribution channel that named as Omnichannel. Omnichannel is developed from Multichannel which is used in many distribution channels to buy or selling goods. Omnichannel basically needs an Information and Communications Technologies(ICT) to use, so researcher conduct a Technology Acceptance Model(TAM) to research model. Customer-brand relationship was used as dependent variable to focus on the role of Omnichannel. Research design, data, and methodology - The subject of this study is customer who purchase goods or service through omnichannel. Based on the literature from the preceding research analysis of TAM and customer-brand relationship, this study was constructed by the reference to previous studies, final research model design for figure out casual relationship among perceived ease of use, perceived usefulness, omnichannel use and customer-brand relationship. From 2016 February 3 to March 17, questionnaire survey targeted customers who use online and offline channels. 273 questionnaire survey had conducted, then, 252 survey data were available for empirical analysis. Researcher provide descriptive statistics for checking generality. Cronbach's alpha value was used to check the reliability of data. Exploratory factor analysis was used for purification of values and eigenvalue checking. After EFA, Confirmatory factor analysis was used to prepare structural equation modeling with executing structural equation modeling for confirming hypothesis which developed by researcher. Results - The main results of this empirical study are as follows. First, omnichannel's perceived ease of use has positive significant effect on perceived usefulness(estimate: 0.579). Moreover, omnichannel's perceived ease of use and perceived usefulness has positive significant effect on omnichannel use(estimate: 0.325,0.648). Second, using omnichannel has positive significant effect on brand-customer relationship(estimate: 0.521). Every hypothesis adopted as researcher designed. This study found out the intermediate relationship between perceived ease of use and omnichannel use by investigating hypothesis. Conclusions - Base on the empirical result, this study confirmed that TAM theory perceived has relation with omnichannel. First, factors of TAM has positive effect on omnichannel use, so it highlights the important role of customer based interface and usefulness. Especially, perceived usefulness has high indirect influence on ease of use and use of omnichannel. It seems that when customers try to decide use or not use omnichannel, customers focus on percept benefits from omnichannel. Thus, a provider should applicate attractive price table, accurate product or service information and high switching cost strategy to emphasize the usefulness of omnichannel. Second, using omnichannel enhances the relationship between customers and brand, because there are more time and frequency to serve customers. It is important because good relationship between customers can increase the future's financial performance through word of mouse, positive brand image and loyalty to brand or company. Finally, despite of empirical result and implications, this study has limitations. First, there are only a few previous studies about omnicahnnel, so literature reviews are restricted. While set up the factors which can affect the use of omnichannel, next study should be considered with broader theories or models(ex: contingency theory). Second, omnichannel has developed from multichannel, so comparative analysis is needed between these methods because there is a possibility about different forte character of each distribution system on customer's consuming patterns.

Development of techniques for evaluating residual life of water pipes based on pipe deterioration evaluation results (관로 노후도 평가결과를 이용한 상수도 관로의 잔존수명 평가 기법의 개발)

  • Park, Suwan;Kim, Kimin
    • Journal of Korea Water Resources Association
    • /
    • v.50 no.10
    • /
    • pp.673-679
    • /
    • 2017
  • In this paper a method for estimating the 'service life' and 'residual life' of a water pipe based on the Water Pipe Network Performance Evaluation(WPNPE) results of Water Supply Technical Diagnosis was developed for efficient maintenance of water pipes. The residual life of a pipe was defined as the difference between the service life and elapsed time since installation. The service life was defined as the time when a pipe reaches the reference score for determining deteriorated pipes that was used in the WPNPE. The pipe evaluation criteria and deterioration scores used in the WPNPE for the case study area were considered as independent variables in the multiple regression model for estimating the service life and residual life of the pipes in the area. To estimate the service life for the pipes the reference scores for determining deteriorated pipes were used as the values of the variables that represent the deterioration scores in the constructed regression models. Subsequently, the statistics of the service life and residual life of the pipes in the case study area were presented and analyzed in comparison with the service life defined by the Local Public Enterprizes Act.

Influence of Service Quality of Aged Sports on Service Satisfaction for Non-profit Organization (비영리조직의 노인체육 서비스품질이 서비스만족에 미치는 영향)

  • Lee, Tae-Yong;Cho, Song-Hyeon;Song, Kang-Young
    • The Journal of the Korea Contents Association
    • /
    • v.8 no.11
    • /
    • pp.375-385
    • /
    • 2008
  • This research was conducted with the aim of providing basic data to a non profit organization's strategies by determining the influence of the service quality cognition of the aged people's excercise program on service satisfaction. The subject of this study was sixteen districts in city B, and aged people who participates in the district's exercise programs. 320 subjects were selected based on a purposeful sampling, and the survey sheets of 308 subjects, excluding 12 of those who lacked sincerity were used for th analysis. To prove the hypothesis of the study based on the sampled data, t-test, One-way ANOVA and regression analysis were conducted using the SPSS Ver. 12.0 statistics program, and the results are as follows: First, perceived service quality differed, but service satisfaction did not differed on the gender. Second, perceived service quality partially differed, but service satisfaction did not differed on the age. Third, perceived service quality partially differed, but service satisfaction did not differed on the frequency. Fourth, perceived service quality and service satisfaction partially differed depending on the period. Fifth, performance, out of the perceived service quality factor, was found to had positive influence on service satisfaction.

Adjustment Effect for Coping Strategy from Fatigue Scale of Security Guard's on Emotional Labor (시큐리티요원의 감정노동이 피로도에 미치는 영향 및 스트레스 대처방식의 조절효과)

  • Kim, Eui Young;Cho, Sung Jin
    • Korean Security Journal
    • /
    • no.60
    • /
    • pp.283-302
    • /
    • 2019
  • This study was conducted to provide the basic data for improving the working environment and welfare level of the security guard by identifying the primary effects of stress response on fatigue with emotional labor and identifying the adjustment effects with coping strategy. The data were collected from 214 security personnel using questionnaire and the statistical tests of correlation, heavy return analysis and hierarchical return analysis using the SPSS 18.0 statistics program were used to reach the conclusion that: First, it has been shown that the emotional labor of a security guard affects fatigue Second, the effects of emotional labor on fatigue of a security guard have been shown to have the effect of coping strategy. Based on the above studies, it was concluded that the emotional labor of a security guard was affected by fatigue and could be controlled by a stress coping strategy. Therefore, it is believed that there is a need to seek an autonomous corporate culture based on the organization's performance by changing the management system for employees at the organizational level so that security guards can use an active way of coping.

Assessment of water use vulnerability in the unit watersheds using TOPSIS approach with subjective and objective weights (주관적·객관적 가중치를 활용한 TOPSIS 기반 단위유역별 물이용 취약성 평가)

  • Park, Hye Sun;Kim, Jeong Bin;Um, Myoung-Jin;Kim, Yeonjoo
    • Journal of Korea Water Resources Association
    • /
    • v.49 no.8
    • /
    • pp.685-692
    • /
    • 2016
  • This study aimed to develop the indicator-based approach to assess water use vulnerability in watersheds and applied to the unit watershed within the Han River watershed. Vulnerability indices were comprised of three sub-components (exposure, sensitivity, adaptive capacity) with respect to water use. The indicators were made up of 16 water use indicators. Then we estimated vulnerability indices using the Technique for Order of Preference by Similarity to Ideal Solution approach (TOPSIS). We collected environmental and socio-economic data from national statistics database, and used them for simulated results by the Soil and Water Assessment Tool (SWAT) model. For estimating the weighted values for each indicator, expert surveys for subjective weight and data-based Shannon's entropy method for objective weight were utilized. With comparing the vulnerability ranks and analyzing rank correlation between two methods, we evaluated the vulnerabilities for the Han River watershed. For water use, vulnerable watersheds showed high water use and the water leakage ratio. The indices from both weighting methods showed similar spatial distribution in general. Such results suggests that the approach to consider different weighting methods would be important for reliably assessing the water use vulnerability in watersheds.