• Title/Summary/Keyword: nested structure

Search Result 100, Processing Time 0.022 seconds

A Study on the Structure of Intelligence Measured by the K-WPPSI-IV (한국 웩슬러 유아지능검사 4판(K-WPPSI-IV)의 지능구조에 관한 연구)

  • Lee, KyungOk;Park, Hyewon;Lee, Sanghee
    • Korean Journal of Child Studies
    • /
    • v.37 no.6
    • /
    • pp.107-117
    • /
    • 2016
  • Objective: This study examined the construct validity of K-WPPSI-IV. Factor structures of the structures of the K-WPPSI-IV full scale as well as primary index scales for two age ranges (2 years, 6 months to 3 years, 11 months; 4 years to 7 years, 7 months) were examined. Methods: Data were collected from 1,700 children aged 2 years, 6 months to 7 years, 7 months during the K-WPPSI-IV standardization. Confirmatory factor analyses were conducted using the K-WPPSI-IV subtest performances with maximum likelihood estimation using Amos 18. Results: First, the three-factor model (verbal comprehension, visual spatial, and working memory) fitted best for the younger age range. However, the five-factor model (verbal comprehension, visual spatial, fluid reasoning, working memory, and processing speed) fitted best for the older age range. Residuals suggest the presence of two nested subfactors within the verbal comprehension factor (broad/expressive and focused/simple). Second, the confirmatory factor analysis on primary index subtests identified factors that account for the intercorrelations among the reduced sets of primary index subtests. Conclusion: The findings showed that the theoretical structures of WPPSI-IV subtests were confirmed within K-WPPSI-IV.

Loaming Agreement based Localized Authentication for Nested NEMO Environment (로밍 동의에 기반한 중첩 NEMO 환경을 위한 지역 인증 기법에 관한 연구)

  • Lim, Hyung-Jin;Chung, Tai-Myoung
    • Journal of Internet Computing and Services
    • /
    • v.9 no.2
    • /
    • pp.61-68
    • /
    • 2008
  • Authentication for inter-NEMO rooming is on important issue for achieving the seamless mobile networking. In this proposal, the technical challenge lies in the fact that a visited network does not initially have the authentication credentials of a roaming mobile router. This paper proposes an efficient approach for providing AAA service in NEMO environment. This approach uses localized authentication based on the roaming agreement between ISPs. A public key certificate structure is proposed, tailored to the business model of wireless internet Service Providers (ISPs). In this approach, the mutual authentication between a visited network and a roaming user can be performed locally without any control with user's home network. In conclusion, our protocol shown that communication delay can be reduced by overuse 45% overhead in communication delay than the previous AAA approach.

  • PDF

Vertical nest stratification and breeding success in a six mixed-species heronry in Taeseong, Chungbuk, Korea

  • Park, Shi-Ryong;Kim, Kwan-Yong;Chung, Hoon;Choi, Yu-Seong;Sung, Ha-Cheol
    • Animal cells and systems
    • /
    • v.15 no.1
    • /
    • pp.85-90
    • /
    • 2011
  • In 2001, we conducted a study to assess the effects of differential arrival times and nest-site selection on reproductive performance in a mixed-species heronry consisting of six species in Taeseong-ri, Chungbuk, Korea. We recorded the arrival dates, nest heights, clutch sizes, and brood sizes after 15-20 days of the age of the birds' chicks. The grey herons and cattle egrets arrived first and last, respectively, on the colony site. In the homogenous vegetation structure of the breeding site, the pitch pine trees (Pinus rigida) were mainly used for building nests on 48 of the 50 pine trees (96%). The breeding species vertically stratifies the nest sites according to their body size, except for the cattle egrets and black-crowned night herons that nested at sites higher than those predicted from their body size. The mean nest success rates of the six species under study were positively correlated with the mean nest heights. Our findings suggest that aggressive interspecific interactions among neighbors influence nest-site selection to enhance breeding success.

A Labeling Scheme for Efficient On-the-fly Detection of Race Conditions in Parallel Programs (병렬프로그램의 경합조건을 수행 중에 효율적으로 탐지하기 위한 레이블링 기법)

  • Park, So-Hee;Woo, Jong-Jung;Bae, Jong-Min;Jun, Yong-Kee
    • The KIPS Transactions:PartA
    • /
    • v.9A no.4
    • /
    • pp.525-534
    • /
    • 2002
  • Race conditions, races in short, need to be detected for debugging parallel programs, because the races result in unintended non-deterministic executions. To detect the races in an execution of program, previous techniques use a centralized data structure which may incur serious bottleneck in generating concurrency information, or show inefficient time complexity which depends on the degree of nested parallelism in comparing any two of them. We propose a new labeling scheme in this paper, which is scalable in generating the concurrency information without bottleneck by using private data structure, and improves time complexity into constant in checking concurrency. The scalability and time efficiency therfore makes on-the-fly race detection efficient not only for programs with either shared-memory or message-passing, but also for programs with mixed model of the two.

Single Image Super Resolution using Multi Grouped Block with Adaptive Weighted Residual Blocks (적응형 가중치 잔차 블록을 적용한 다중 블록 구조 기반의 단일 영상 초해상도 기법)

  • Hyun Ho Han
    • Journal of Digital Policy
    • /
    • v.3 no.3
    • /
    • pp.9-14
    • /
    • 2024
  • In this paper, proposes a method using a multi block structure composed of residual blocks with adaptive weights to improve the quality of results in single image super resolution. In the process of generating super resolution images using deep learning, the most critical factor for enhancing quality is feature extraction and application. While extracting various features is essential for restoring fine details that have been lost due to low resolution, issues such as increased network depth and complexity pose challenges in practical implementation. Therefore, the feature extraction process was structured efficiently, and the application process was improved to enhance quality. To achieve this, a multi block structure was designed after the initial feature extraction, with nested residual blocks inside each block, where adaptive weights were applied. Additionally, for final high resolution reconstruction, a multi kernel image reconstruction process was employed, further improving the quality of the results. The performance of the proposed method was evaluated by calculating PSNR and SSIM values compared to the original image, and its superiority was demonstrated through comparisons with existing algorithms.

A Tree-structured XPath Query Reduction Scheme for Enhancing XML Query Processing Performance (XML 질의의 수행성능 향상을 위한 트리 구조 XPath 질의의 축약 기법에 관한 연구)

  • Lee, Min-Soo;Kim, Yun-Mi;Song, Soo-Kyung
    • The KIPS Transactions:PartD
    • /
    • v.14D no.6
    • /
    • pp.585-596
    • /
    • 2007
  • XML data generally consists of a hierarchical tree-structure which is reflected in mechanisms to store and retrieve XML data. Therefore, when storing XML data in the database, the hierarchical relationships among the XML elements are taken into consideration during the restructuring and storing of the XML data. Also, in order to support the search queries from the user, a mechanism is needed to compute the hierarchical relationship between the element structures specified by the query. The structural join operation is one solution to this problem, and is an efficient computation method for hierarchical relationships in an in database based on the node numbering scheme. However, in order to process a tree structured XML query which contains a complex nested hierarchical relationship it still needs to carry out multiple structural joins and results in another problem of having a high query execution cost. Therefore, in this paper we provide a preprocessing mechanism for effectively reducing the cost of multiple nested structural joins by applying the concept of equivalence classes and suggest a query path reduction algorithm to shorten the path query which consists of a regular expression. The mechanism is especially devised to reduce path queries containing branch nodes. The experimental results show that the proposed algorithm can reduce the time requited for processing the path queries to 1/3 of the original execution time.

A Study on Interactions of Competitive Promotions Between the New and Used Cars (신차와 중고차간 프로모션의 상호작용에 대한 연구)

  • Chang, Kwangpil
    • Asia Marketing Journal
    • /
    • v.14 no.1
    • /
    • pp.83-98
    • /
    • 2012
  • In a market where new and used cars are competing with each other, we would run the risk of obtaining biased estimates of cross elasticity between them if we focus on only new cars or on only used cars. Unfortunately, most of previous studies on the automobile industry have focused on only new car models without taking into account the effect of used cars' pricing policy on new cars' market shares and vice versa, resulting in inadequate prediction of reactive pricing in response to competitors' rebate or price discount. However, there are some exceptions. Purohit (1992) and Sullivan (1990) looked into both new and used car markets at the same time to examine the effect of new car model launching on the used car prices. But their studies have some limitations in that they employed the average used car prices reported in NADA Used Car Guide instead of actual transaction prices. Some of the conflicting results may be due to this problem in the data. Park (1998) recognized this problem and used the actual prices in his study. His work is notable in that he investigated the qualitative effect of new car model launching on the pricing policy of the used car in terms of reinforcement of brand equity. The current work also used the actual price like Park (1998) but the quantitative aspect of competitive price promotion between new and used cars of the same model was explored. In this study, I develop a model that assumes that the cross elasticity between new and used cars of the same model is higher than those amongst new cars and used cars of the different model. Specifically, I apply the nested logit model that assumes the car model choice at the first stage and the choice between new and used cars at the second stage. This proposed model is compared to the IIA (Independence of Irrelevant Alternatives) model that assumes that there is no decision hierarchy but that new and used cars of the different model are all substitutable at the first stage. The data for this study are drawn from Power Information Network (PIN), an affiliate of J.D. Power and Associates. PIN collects sales transaction data from a sample of dealerships in the major metropolitan areas in the U.S. These are retail transactions, i.e., sales or leases to final consumers, excluding fleet sales and including both new car and used car sales. Each observation in the PIN database contains the transaction date, the manufacturer, model year, make, model, trim and other car information, the transaction price, consumer rebates, the interest rate, term, amount financed (when the vehicle is financed or leased), etc. I used data for the compact cars sold during the period January 2009- June 2009. The new and used cars of the top nine selling models are included in the study: Mazda 3, Honda Civic, Chevrolet Cobalt, Toyota Corolla, Hyundai Elantra, Ford Focus, Volkswagen Jetta, Nissan Sentra, and Kia Spectra. These models in the study accounted for 87% of category unit sales. Empirical application of the nested logit model showed that the proposed model outperformed the IIA (Independence of Irrelevant Alternatives) model in both calibration and holdout samples. The other comparison model that assumes choice between new and used cars at the first stage and car model choice at the second stage turned out to be mis-specfied since the dissimilarity parameter (i.e., inclusive or categroy value parameter) was estimated to be greater than 1. Post hoc analysis based on estimated parameters was conducted employing the modified Lanczo's iterative method. This method is intuitively appealing. For example, suppose a new car offers a certain amount of rebate and gains market share at first. In response to this rebate, a used car of the same model keeps decreasing price until it regains the lost market share to maintain the status quo. The new car settle down to a lowered market share due to the used car's reaction. The method enables us to find the amount of price discount to main the status quo and equilibrium market shares of the new and used cars. In the first simulation, I used Jetta as a focal brand to see how its new and used cars set prices, rebates or APR interactively assuming that reactive cars respond to price promotion to maintain the status quo. The simulation results showed that the IIA model underestimates cross elasticities, resulting in suggesting less aggressive used car price discount in response to new cars' rebate than the proposed nested logit model. In the second simulation, I used Elantra to reconfirm the result for Jetta and came to the same conclusion. In the third simulation, I had Corolla offer $1,000 rebate to see what could be the best response for Elantra's new and used cars. Interestingly, Elantra's used car could maintain the status quo by offering lower price discount ($160) than the new car ($205). In the future research, we might want to explore the plausibility of the alternative nested logit model. For example, the NUB model that assumes choice between new and used cars at the first stage and brand choice at the second stage could be a possibility even though it was rejected in the current study because of mis-specification (A dissimilarity parameter turned out to be higher than 1). The NUB model may have been rejected due to true mis-specification or data structure transmitted from a typical car dealership. In a typical car dealership, both new and used cars of the same model are displayed. Because of this fact, the BNU model that assumes brand choice at the first stage and choice between new and used cars at the second stage may have been favored in the current study since customers first choose a dealership (brand) then choose between new and used cars given this market environment. However, suppose there are dealerships that carry both new and used cars of various models, then the NUB model might fit the data as well as the BNU model. Which model is a better description of the data is an empirical question. In addition, it would be interesting to test a probabilistic mixture model of the BNU and NUB on a new data set.

  • PDF

Improvement in Safety Evaluation of Structures using the Bayesian Updating Approach (베이스 경신법을 활용한 구조물 안전성평가 개선)

  • Park, Kidong;Lee, Sangbok;Kim, Junki;Rha, Changsoon
    • Journal of the Computational Structural Engineering Institute of Korea
    • /
    • v.29 no.2
    • /
    • pp.115-122
    • /
    • 2016
  • The classical statistical approach using test data samples to estimate true value of Random Variables by calculating mean and variation (standard deviation or coefficient of variation) of samples is very useful to understand the existing condition of the structure. But with this classical approach, our prior knowledge through educational background and professional experience cannot provide any benefit to make decisions by the structural engineers. This paper shows the role of Bayesian methodology by providing chance of using valuable prior knowledge to come up with more accurate estimation of structural condition. This paper also shows how important it is to have a proper prior estimate of Random Variables and corresponding confidence level through gathering and studying more relevant information.

Optimizing Skyline Query Processing Algorithms on CUDA Framework (CUDA 프레임워크 상에서 스카이라인 질의처리 알고리즘 최적화)

  • Min, Jun;Han, Hwan-Soo;Lee, Sang-Won
    • Journal of KIISE:Databases
    • /
    • v.37 no.5
    • /
    • pp.275-284
    • /
    • 2010
  • GPUs are stream processors based on multi-cores, which can process large data with a high speed and a large memory bandwidth. Furthermore, GPUs are less expensive than multi-core CPUs. Recently, usage of GPUs in general purpose computing has been wide spread. The CUDA architecture from Nvidia is one of efforts to help developers use GPUs in their application domains. In this paper, we propose techniques to parallelize a skyline algorithm which uses a simple nested loop structure. In order to employ the CUDA programming model, we apply our optimization techniques to make our skyline algorithm fit into the performance restrictions of the CUDA architecture. According to our experimental results, we improve the original skyline algorithm by 80% with our optimization techniques.

A Survey on the Family Ardeidae Habitat for the Selection of the Alternative Breeding Sites at the Urban Forest in Korea (도시숲 백로류의 잠재번식지 선정을 위한 서식환경 조사 - 군산 백로류 집단번식지를 중심으로 -)

  • Kim, Jung-so;Kim, Sang-Wook
    • Journal of the Korean Society of Environmental Restoration Technology
    • /
    • v.20 no.2
    • /
    • pp.1-12
    • /
    • 2017
  • This study aims to provide the basic habitat data for the alternative breeding sites of Family Ardeidae including Ardea cinerea, Egretta alba modesta, Egretta intermedia, Egretta garzetta, Bubulcus ibis and Nycticorax nyciticorax. Species numbers, flight directions for detecting foraging grounds and current vegetation structure were investigated nesting at Gunsan urban forest area. Data were collected over a period of 10 weeks, from 15 June - 31 August 2014. The total nest and population of Family Ardeida were 684 and 1,712 respectively. Percentage of birds observed flying in 8 major compass directions were as follows. 57.27% of all birds were observed flying northwest, 22.09% were observed flying south and 13.40% were flying north. For possible foraging areas, to the northwest, there are Geumgang river tidal flats, and to the south, paddy fields and streams within 2km. Flying directions by species (${\chi}^2=287.18$, P<.001, Cramer's V=0.12) and by seasons(${\chi}^2=839.94$, P<.001, Cramer's V=0.19) showed significant difference statistically. In relation between species and directions, 60.31% and 24.05% of Bubulcus ibis and 59.40% and 23.00% of Ardea cinerea were observed flying northwest and south respectively. Vegetation in the sites consist of an overstory of 3 to 7 species. At site 1, Pinus thunbergii was the dominant species and site 2, Chamaecyparis obtusa. Understory vegetation is composed of shrubs, saplings and small trees of Chamaecyparis obtusa, Quercus acutissima, Smilax china and Platycarya strobilacea. Egrets and herons usually nested at the dense population and canopy overlayed forest, and especially branches and leaves of smallwood with less than 10cm of breast height diameter were relatively severely damaged due to the nesting and excreta.