• Title/Summary/Keyword: independent object

Search Result 390, Processing Time 0.339 seconds

A Study on Change of Logistics in the region of Seoul, Incheon, Kyunggi (물류예측모형에 관한 연구 -수도권 물동량 예측을 중심으로-)

  • Roh Kyung-Ho
    • Management & Information Systems Review
    • /
    • v.7
    • /
    • pp.427-450
    • /
    • 2001
  • This research suggests the estimation methodology of Logistics. This paper elucidates the main problems associated with estimation in the regression model. We review the methods for estimating the parameters in the model and introduce a modified procedure in which all models are fitted and combined to construct a combination of estimates. The resulting estimators are found to be as efficient as the maximum likelihood (ML) estimators in various cases. Our method requires more computations but has an advantage for large data sets. Also, it enables to detect particular features in the data structure. Examples of real data are used to illustrate the properties of the estimators. The backgrounds of estimation of logistic regression model is the increasing logistic environment importance today. In the first phase, we conduct an exploratory study to discuss 9 independent variables. In the second phase, we try to find the fittest logistic regression model. In the third phase, we calculate the logistic estimation using logistic regression model. The parameters of logistic regression model were estimated using ordinary least squares regression. The standard assumptions of OLS estimation were tested. The calculated value of the F-statistics for the logistic regression model is significant at the 5% level. The logistic regression model also explains a significant amount of variance in the dependent variable. The parameter estimates of the logistic regression model with t-statistics in parentheses are presented in Table. The object of this paper is to find the best logistic regression model to estimate the comparative accurate logistics.

  • PDF

Wages and Salaries as a Part of the Labor Market

  • HAFUROVA, O.V.;MELIANKOVA, L.V.;MAKODA, S.L.
    • Journal of Wellbeing Management and Applied Psychology
    • /
    • v.2 no.1
    • /
    • pp.9-19
    • /
    • 2019
  • The uniqueness of labour as a factor of production is that labour services cannot be separated from the employee. However, since the object of sale is only the services of the employee, not an employee himself, the labour conditions, determined by the labour and collective agreements or other agreements concluded at other levels and within the current legislation, are equally important. Speaking as a subject of labour, a person can realize his or her labour potential by the way of self-employment, that means to act as an independent producer seller of their products. Another way of labour potential realization is hiring, that means offering of the services as a hired employee to the employer, who is the subject of ownership. In this case there is an exchange under the principle: qualification and working time of the worker - for wages and profits. Each enterprise is confronted with a set of goals, among them - economic and social leadership. For their achievement the company uses all the available arsenal of resources - material, land, financial, labour. This indicates the equivalence of all types of resources in achieving the goal. But this is not quite true, because every resource can be included in production only through the activity of labour and people. And this activity depends on the attitude of the company to its employees, the degree of their motivation and stimulation.

3D printer-based stop-motion animation industry and its impact on the production process (3D 프린터 기반 스톱모션 애니메이션 산업과 제작프로세스에 미치는 영향)

  • Zhang, Wan;Song, Seung-keun
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2017.10a
    • /
    • pp.191-193
    • /
    • 2017
  • Stop-motion animation, which is based on the physical object and is shot frame by frame, is an traditional art of animation. As an independent art form, it has formed a unique art language through a century-long development. With the continuous exploration by animators, stop-motion animation has actively combined with digital technology, and has made a great progress in the use of materials and the technique of filming. the introduction of digital technology not only enriched it's artistic expression, but also laid the basis for it's sustainable development in the new era. This study investigates how 3D printer technology affects the production process and industry of stop motion animation.

  • PDF

Location Based Routing Service In Distributed Web Environment

  • Kim, Do-Hyun;Jang, Byung-Tae
    • Proceedings of the KSRS Conference
    • /
    • 2003.11a
    • /
    • pp.340-342
    • /
    • 2003
  • Location based services based on positions of moving objects are expanding the business area gradually. The location is included all estimate position of the future as well as the position of the present and the past. Location based routing service is active business application in which the position information of moving objects is applied efficiently. This service includes the trajectory of past positions, the real-time tracing of present position of special moving objects, and the shortest and optimized paths combined with map information. In this paper, we describes the location based routing services is extend in distributed web GIS environment. Web GIS service systems provide the various GIS services of analyzing and displaying the spatial data with friendly user - interface. That is, we propose the efficient architecture and technologies for servicing the location based routing services in distributed web GIS environment. The position of moving objects is acquired by GPS (Global Positioning System) and converted the coordinate of real world by map matching with geometric information. We suppose the swapping method between main memory and storages to access the quite a number of moving objects. And, the result of location based routing services is wrapped the web-styled data format. We design the schema based on the GML. We design these services as components were developed in object-oriented computing environment, and provide the interoperability, language-independent, easy developing environment as well as re - usability.

  • PDF

A Study on Implementation of a BOM Management System Using Component Technique for Maintenance System of Urban Transit (도시철도 전동차의 유지보수 정보화를 위한 컴포넌트 기반의 BOM 관리시스템 개발에 관한 연구)

  • Lee Ho-Yong;Bae Chul-Ho;Kim Kyu-Hee;Suh Myung-Won
    • Transactions of the Korean Society of Mechanical Engineers A
    • /
    • v.29 no.1 s.232
    • /
    • pp.124-131
    • /
    • 2005
  • BOM(Bill of Materials) is a list or description of raw materials, parts and assemblies that define a product. Although it is very important for maintenance information system of urban transit, it has problems that the size of database, inaccuracy and the flexibility which is measured as the number of updating records in accordance with added new product or engineering change. To solve these, we divide BOM to a master BOM and various function BOM constructed from the master BOM. That is the component based BOM management system, which is mutually independent and integrated efficiently using component technology. Consequently, after defining the component based master BOM, it is easy to manage the data structure, even restruct, in case there is a need for change of environment or data.

Shared Data Decomposition Model for Improving Concurrency in Distributed Object-oriented Software Development Environments (분산 객체 지향 소프트웨어 개발 환경에서 동시성 향상을 위한 공유 데이타 분할 모델)

  • Kim, Tae-Hoon;Shin, Yeong-Gil
    • Journal of KIISE:Software and Applications
    • /
    • v.27 no.8
    • /
    • pp.795-803
    • /
    • 2000
  • This paper presents a shared data decomposition model for improving concurrency in multi-user, distributed software developments. In our model, the target software system is decomposed into the independent components based on project roles to be distributed over clients. The distributed components are decomposed into view objects and core objects to replicate only view objects in a distributed collaboration session. The core objects are kept in only one client and the locking is used to prevent inconsistencies. The grain size of a lock is a role instead of a class which is commonly used as the locking granularity in the existing systems. The experimental result shows that our model reduces response time by 12${\sim}$18% and gives good scalability.

  • PDF

Real-Time Earlobe Detection System on the Web

  • Kim, Jaeseung;Choi, Seyun;Lee, Seunghyun;Kwon, Soonchul
    • International journal of advanced smart convergence
    • /
    • v.10 no.4
    • /
    • pp.110-116
    • /
    • 2021
  • This paper proposed a real-time earlobe detection system using deep learning on the web. Existing deep learning-based detection methods often find independent objects such as cars, mugs, cats, and people. We proposed a way to receive an image through the camera of the user device in a web environment and detect the earlobe on the server. First, we took a picture of the user's face with the user's device camera on the web so that the user's ears were visible. After that, we sent the photographed user's face to the server to find the earlobe. Based on the detected results, we printed an earring model on the user's earlobe on the web. We trained an existing YOLO v5 model using a dataset of about 200 that created a bounding box on the earlobe. We estimated the position of the earlobe through a trained deep learning model. Through this process, we proposed a real-time earlobe detection system on the web. The proposed method showed the performance of detecting earlobes in real-time and loading 3D models from the web in real-time.

A Study on the Performance Improvement of Harmony Search Optimization Algorithm (HS 최적화 알고리즘 성능 향상에 관한 연구)

  • Lee, Tae-Bong
    • Journal of Advanced Navigation Technology
    • /
    • v.25 no.5
    • /
    • pp.403-408
    • /
    • 2021
  • Harmony Search(HS) algorithm is an emerging meta-heuristic optimization algorithm, which is inspired by the music improvisation process and has been successfully applied to solve different optimization problems. In order to further improve the performance of HS, this paper proposes a new method which is called Fast Harmony Search(FSH) algorithm. For the purpose, this paper suggest a method to unify two independent improvisation processes by newly defining the boundary value of a object variable using HM. As the result, the process time of the algorithm is shorten and explicit decision of bandwidth is no more needed. Furthermore, exploitative power of random selection is improved. The numerical results reveal that the proposed algorithm can find better solutions and is faster when compared to the conventional HS.

Design MetaModel for MCF (Mobile Cross Framework) Based MDA (MDA기반 모바일 크로스 프레임워크를 위한 메타모델 설계)

  • Song, Yujin;Han, Deoksoo;Lee, Eunjoo
    • Journal of Korea Multimedia Society
    • /
    • v.22 no.2
    • /
    • pp.292-298
    • /
    • 2019
  • Mobile-based software development methodology has been vigorously researched from using object-oriented development methodology and component-based development methodology previous structural developing methodology. There are two types of OS in mobile platform which are android and iOS. There is a problem that the application to be developed is developed depending on the device type. To resolve this problem, first, the system structure and design method should be managed effectively. Second, a basic design guide that can be commonly adapted to the each project is required. In this paper, we define a mobile cross platform meta model based on MDA-development methodology, focusing on reusability, portability and interoperability about non - dependent part of the mobile platform. If the proposed meta-model is applied to manage the related information and all the types of Mobile-Apps become available through independent mobile app development process, henceforward, it will be much of help establishing formulaic mobile-app developmental methodology.

The Relationship Between Firm Value and Ownership of Family Firms: A Case Study in Indonesia

  • VENUSITA, Lintang;AGUSTIA, Dian
    • The Journal of Asian Finance, Economics and Business
    • /
    • v.8 no.4
    • /
    • pp.863-873
    • /
    • 2021
  • The purpose of this research is to examine the effect of family share ownership on the value of family companies and differences in the value of the firm - a family firm managed by family members and a family firm managed by non-family members. This research is also related to agency problems, namely share ownership and professional management can increase company value. This research uses the firm value as the dependent variable that is measured using Tobin's Q. Meanwhile the independent variable in this research is family ownership, and firm size is the control variable. The purposive sampling method was used to determine the sample for this research. The object of this research is 78 family companies listing on the Indonesian Stock Exchange in 2017. The hypothesis is tested by using multiple linear regression analysis which meets the analysis requirements test or classic assumption test. The results show that majority family ownership does not affect the value of the firm and there is no difference in the firm value of family firm led by family members and the firm value of family firm managed by non-family members.