Program analysisIn computer science, program analysis is the process of automatically analyzing the behavior of computer programs regarding a property such as correctness, robustness, safety and liveness. Program analysis focuses on two major areas: program optimization and program correctness. The first focuses on improving the program’s performance while reducing the resource usage while the latter focuses on ensuring that the program does what it is supposed to do.
Constructive analysisIn mathematics, constructive analysis is mathematical analysis done according to some principles of constructive mathematics. The name of the subject contrasts with classical analysis, which in this context means analysis done according to the more common principles of classical mathematics. However, there are various schools of thought and many different formalizations of constructive analysis.
Statistical classificationIn statistics, classification is the problem of identifying which of a set of categories (sub-populations) an observation (or observations) belongs to. Examples are assigning a given email to the "spam" or "non-spam" class, and assigning a diagnosis to a given patient based on observed characteristics of the patient (sex, blood pressure, presence or absence of certain symptoms, etc.). Often, the individual observations are analyzed into a set of quantifiable properties, known variously as explanatory variables or features.
Socialist-oriented market economyThe socialist-oriented market economy (Vietnamese: Kinh tế thị trường định hướng xã hội chủ nghĩa) is the official title given to the current economic system in the Socialist Republic of Vietnam. It is described as a multi-sectoral market economy where the state sector plays the decisive role in directing economic development, with the eventual long-term goal of developing socialism. The socialist-oriented market economy is a product of the Đổi Mới economic reforms which led to the replacement of the centrally planned economy with a market-based mixed economy based on the predominance of state-owned industry.
Outcome (probability)In probability theory, an outcome is a possible result of an experiment or trial. Each possible outcome of a particular experiment is unique, and different outcomes are mutually exclusive (only one outcome will occur on each trial of the experiment). All of the possible outcomes of an experiment form the elements of a sample space. For the experiment where we flip a coin twice, the four possible outcomes that make up our sample space are (H, T), (T, H), (T, T) and (H, H), where "H" represents a "heads", and "T" represents a "tails".
Software design patternIn software engineering, a software design pattern is a general, reusable solution to a commonly occurring problem within a given context in software design. It is not a finished design that can be transformed directly into source or machine code. Rather, it is a description or template for how to solve a problem that can be used in many different situations. Design patterns are formalized best practices that the programmer can use to solve common problems when designing an application or system.
Elementary eventIn probability theory, an elementary event, also called an atomic event or sample point, is an event which contains only a single outcome in the sample space. Using set theory terminology, an elementary event is a singleton. Elementary events and their corresponding outcomes are often written interchangeably for simplicity, as such an event corresponding to precisely one outcome. The following are examples of elementary events: All sets where if objects are being counted and the sample space is (the natural numbers).
Mixed economyA mixed economy is variously defined as an economic system blending elements of a market economy with elements of a planned economy, markets with state interventionism, or private enterprise with public enterprise. Common to all mixed economies is a combination of free-market principles and principles of socialism. While there is no single definition of a mixed economy, one definition is about a mixture of markets with state interventionism, referring specifically to a capitalist market economy with strong regulatory oversight and extensive interventions into markets.
Chinese economic reformThe Chinese economic reform or Chinese economic miracle, also known domestically as Reform and Opening-up (), refers to a variety of economic reforms termed "socialism with Chinese characteristics" and "socialist market economy" in the People's Republic of China (PRC) that began in the late 20th century. Guided by Deng Xiaoping, who is often credited as the "General Architect", the reforms were launched by reformists within the ruling Chinese Communist Party (CCP) on December 18, 1978, during the "Boluan Fanzheng" period.
Static program analysisIn computer science, static program analysis (or static analysis) is the analysis of computer programs performed without executing them, in contrast with dynamic program analysis, which is performed on programs during their execution. The term is usually applied to analysis performed by an automated tool, with human analysis typically being called "program understanding", program comprehension, or code review. In the last of these, software inspection and software walkthroughs are also used.