The Decision Analytics Reference Model
Chapter Outline Show
 
Remove Translation Translation
Original Text

Most of us are comfortable with making decisions. This is good because each of us makes an incalculable number of decisions every day. The most interesting and complex decisions that we make are voluntary decisions where we are able to apply discretion in why, how, and what decisions are made. However, it would be a mistake to ignore the fact that we also make an immense number of involuntary decisions every day. These range from decisions largely beyond our control like the electrical signals that are evaluated by our CNS and cause our heart to beat to reflexive behavior (remove your hand from a hot stove) and ultimately learned behavior (don’t touch a hot stove). The common pattern that unites all of these behaviors is stimulus-response (S-R) theory. Figure 1 shows a schematic of the S-R model. In this S-R model, the sense activity recognizes a change in the environment. This change is a trigger, event, or simple change of state. The act activity is an action taken in response to a particular sensation.

저희의 최대량은 결정을 내리기에 안락하다. 이것은 좋다 때문에 저희의 각각 제작 결정의 헤아릴 수 없는 수 매일에. 우리가 하는 재미있는 가장 복잡한 결정은 그리고 무슨 결정이 하는지, 우리가 재량을 왜에 있는, 어떻게 적용할 수 있는 자발적인 결정이다. 그러나, 우리가 또한 무의식적인 결정의 굉대한 수를 매일에 만든다 는 사실을 묵살하는 과오 일 것입니다. 이들에 의하여 우리의 CNS에 의해 평가되는 전기 신호 같이 우리의 통제 저쪽에 결정에서 크게 배열하고 우리의 심혼이 반사성 행동 (뜨거운 난로에서 당신의 손을 제거하십시오) 및 궁극적으로 학구적인 행동에 치는 원인이 된다 (뜨거운 난로를 만지지 말라). 이 행동 전부를 결합하는 일반적인 본은 자극 응답 (S-R) 이론이다. 숫자 1는 S-R 모형의 개략도를 보여준다. 이 S-R 모형에서는, 감 활동은 환경에 있는 변화를 인식한다. 이 변화는 방아쇠, 사건, 또는 간단한 상태의 변화이다. 행위 활동은 특정한 감각에 응하여 취한 조치이다.

Figure 1. Stimulus-response Model
Figure 1. Stimulus-response Model

While S-R theory is conceptually simple, it does raise a question about what happens when a choice can be made regarding what action to take. Early thinking on the topic of event-driven architecture mimicked S-R processing by having events directly associated with actions. While this approach is extremely efficient, it is also brittle, which limits its utility in today’s IT environment where applications must be engineered for change and therefore loosely coupled. Without the ability to support a level of indirection between sense and act, there is no way to easily accommodate change. By introducing a decision node between sensing and acting, we now have clear separation of concerns and the flexibility to link any sensory event with any action, as shown in Figure 2. This enables us to refer to this modified S-R model as a decision model.

S-R 이론은 개념적으로 간단한 동안, 가지고 갈 무슨 활동을에 대하여 수 있을 때 무슨 일이 일어나는가가에 관하여 문제를 일으킨다 선택될. 이벤트-구동형 건축술의 화제에 일찌기 생각은 직접적으로 활동과 관련되었던 사건이 있어서 가공하는 S-R를 흉내냈다. 이 접근은 극단적으로 능률의 동안, 신청이 변화를 위해 설계되고 그러므로 느슨하게 결합되어야 하는 곳에 오늘에 있는 그것의 공용품을 그것 환경 제한하는 또한 과민하다. 감과 행위 사이 에두름의 수준을 지원하는 기능 없는, 쉽게 변화를 수용하는 아무 방법도 없다. 느끼기 사이 결정 마디를 소개하고 행동해서, 우리는 지금 숫자 2에서 보이는 것과 같이 아무 활동나 어떤 감각 사건든지 연결하는 관심사의 뚜렷한 구분 및 융통성이 있다. 이것은 저희를 결정 모형으로 이 변경한 S-R 모형을 언급하는 가능하게 한다.

Figure 2. Decision Model
Figure 2. Decision Model

By introducing a decision node, we allow for different types of decisions. This more robust model can also emulate an S-R model simply by either always choosing the same action or defaulting the decision (such as the “else” clause in an “if-then-else” expression). However, the value of this decision model is that it recognizes that:

결정 마디를 소개해서, 우리는 결정의 다른 유형을. 이 더 튼튼한 모형은 또한 항상 동일한 활동을 선택하거나 결정을 부전승으로 S-R 모형을 간단하게 겨룰 수 있다 (에 있는 "그 외에" 항목과 같은 "만약에 그 후에 - 그밖에" 표정). 그러나, 이 결정 모형의 가치는 저것을 인식한다 이다:

There is a decoupling between sensing and acting, and actions are governed by decisions.

느끼기 사이에서 분리하고 행동이 있고, 활동은 결정에 의해 경세된다.

The existence of competing alternative actions to a particular set of stimuli mean that a decision process is needed.

자극의 특정한 세트에 경쟁 양자택일 활동의 실존은 결정 과정이 필요하다는 것을 의미한다.

A decision process must take into account that available stimuli may not be sufficient or specific enough to clarify what action to take.

결정 과정은 가지고 갈 무슨 활동을 명백하게 하는 유효한 자극이 충분하지 않을 충분히 특성이지 않을지도 모른다 고려해야 한다.

Decision outcomes, actions, and impact may be useful in influencing future decisions.

결정 결과, 활동 및 충격은 장래 결정 좌우에 유용할지도 모른다.

The ability to align specific stimuli with a particular action through a decision provides flexibility and consistency.

결정을 통해 특정한 활동을 특정한 자극을 맞추는 기능은 융통성과 견실함을 제공한다.

The act of decisioning is complex and many techniques can assist in the decision making process.

decisioning의 행위는 복잡하 많은 기술은 결정 만드는 과정에서 원조할 수 있다.

Despite the importance of decisions, we live in an action- and process-centric world. Decisions determine the potential utility to be gained, but actions are what drive kinetic utility or recognized utility. Actions (or behavior) are what define and differentiate an enterprise. Because actions can be directly tied to utility, it is easy to dismiss the importance of the decisioning. However, no action should ever be taken unless preceded by a decision. Decisioning is where context, alternatives, potential utility, objectives, constraints, and trade-offs are evaluated and a next-based action is determined. Therefore, support for comprehensive decisioning is critical because the decision is where the choice is made between competing actions. This choice can have lasting impact especially if it is strategic and this also means that decisions can have significant consequences, both positive and negative. Consequently, organizations will want to always make the best possible decisions that they can in order to maximize benefit and minimize risk over some time horizon.

결정의 중요성에도 불구하고, 우리는 활동과 과정 중심 세계에서 산다. 결정은 주어질 잠재적인 공용품을 결정한다, 그러나 활동은 드라이브 활동적인 공용품 또는 인식된 공용품 무엇이다. 활동 (또는 행동) 기업을 정의하고 분화하는 무슨이이다. 활동이 공용품에 직접적으로 묶이기 수 있기 때문에, decisioning의 중요성을 일축하는 것은 쉽다. 그러나 결정에 의해 선행해 않는 한, 아무 조치도 이제까지 취해야 하지 않는다. Decisioning는 문맥, 대안, 잠재적인 공용품, 목적, 강제 및 교환이 평가되고 다음 근거한 활동이 결의가 굳은 곳 이다. 그러므로, 포괄적인 decisioning를 위한 지원은 결정이 경쟁 활동 사이에서 선택되는 곳 이기 때문에 긴요하다. 결정에는, 확실성과 네거티브 둘 다 뜻깊은 결과가 있을 수 있다 특히 전략과 또한 이것 방법인 경우에 이 선택에는 계속되는 충격이 있을 수 있다. 따라서, 조직은 항상 이득을 확대하고 언젠가 수평선에 모험을 극소화해서 좋은 가장 좋은 가능성 결정을 내리고 싶을 것이다.

Some decisions are simple and some are complex. Complex strategic decisions are often wide in scope, high in risk, few in number, and difficult to automate, and leverage inputs from many sources. Simple tactical decisions are typically the opposite; limited in scope, require few inputs, are low in risk, are large in number, and easy to automate. As decisions increase in complexity, so too does the need for analytics to support the decision making process. The point is that the decision model can be extended to include an analysis activity where the heavy lifting of evaluating alternatives is performed prior to decisioning. Figure 3 presents this as a decision analytics model.

몇몇 결정은 간단하 어떤은 복잡하다. 복합물 전략적 결정은 수시로 소수 및 자동화하게 곤란한 많은 근원에서 모험, 그리고 차입 자본 이용 입력에서 범위에서 넓다, 높이. 간단한 전술상 결정은 전형적으로 반대이다; 범위에서 제한해, 몇몇 입력을 요구하고십시오, 모험에서 낮으십시오, 크고 수량으로, 자동화하기 쉽. 결정이 복합성에서 증가하는 만큼, 이렇게 너무 결정 만드는 과정을 지원하는 analytics를 위한 필요를 한다. 점은 평가 대안의 무거운 드는 것이 decisioning 이전에 실행되는 분석 활동을 포함하기 위하여 결정 모형이 확장될 수 있다 이다. 숫자 3는 결정 analytics 모형으로 이것을 선물한다.

Figure 3. Decision Analytics Model
Figure 3.  Decision Analytics Model

Separating analyze from decide has distinct advantages. The primary advantage is a separation of concerns. The analyze activity is focused on understanding, quantifying, and normalizing alternatives so that a rational and informed decision can be made. It should be noted that this decision analytics model does not state any requirements regarding latency. While S-R models typically have a distinct real-time orientation, this is not the case for all decision and decision analytics models. Not all decisions that require analysis can or need to be pursued in real time. There is, however, a growing emphasis on and trend toward real-time decision analytics, so adoption of application architectures that support real-time decision analytics is appropriate although not all decisions will need to be made in real time.

분리에는에서 결정한다 있다 명료한 이점이 분석한다. 1 차 이점은 관심사의 별거이다. 분석 활동은 대안 이해하고, 양을 정하고, 정상화하기에 합리 및 정보통 결정이 할 수 있다 그래야 집중된다. 주목해야 한다 이 결정 analytics 모형은 잠복에 대하여 어떤 필요조건도 진술하지 않는다. S-R 모형에는 전형적으로 명료한 순간 오리엔테이션이 있는 동안, 이것은 모든 결정과 결정 analytics 모형을 위한 상자가 아니다. 분석을 요구하는 모든 결정은 아닙니다 할 수 있거나 진짜 시간에서 추구될 필요가 있다. 있다, 그러나 모든 결정이 아닙니다 진짜 시간에 할 필요가 있더라도, 성장 강조 위에 및 순간 결정 analytics를 지원하는 신청 건축술의 순간 결정 analytics로, 이렇게 채용 동향은 적합하다.

When we evaluate the decision analytics model in Figure 3, it is apparent that we can improve on this model in several ways. The sense activity can be improved if we explicitly specify that a discovery activity’s whole role is to consider the relevance of new and different types of events and triggers that will have an impact on decisioning. The analyze activity also benefits from an enrichment activity that improves the understanding of context, alternatives, and additional information related to decisioning. The decide activity also benefits from an understanding of policy expressed by objectives and constraints that govern decisioning. Figure 4 improves upon the decision analytics model by adding discover, enrich, and set goals activities, which move the model toward a true reference model for decision analytics.

우리가 숫자 3에 있는 결정 analytics 모형을 평가할 때, 우리가 몇몇 방법에 있는 이 모형에 향상해서 좋다 명백하다. 감 활동은 발견 활동의 전체 역할은 decisioning에 대한 충격이 있을 방아쇠와 사건 에는의 새롭고 다른 유형의 관련성을 고려하기 다는 것을 우리가 명백하게 지정하는 경우에 개량될 수 있다. 분석 활동은 또한 문맥, 대안 및 decisioning와 관련있는 추가 정보의 이해를 개량하는 풍부 활동으로부터 혜택을 받는다. 결정 활동은 또한 decisioning를 경세하는 강제와 목적에 의해 표현된 정책의 이해로부터 혜택을 받는다. 숫자 4는 결정 analytics 모형에 추가해서 발견하고, 풍성하게 하고, 놓았다 결정 analytics를 위한 진실한 참고 모형으로 모형을 이동하는 목표 활동을 향상한다.

Figure 4. Toward a Decision Analytics Reference Model
Figure 4.  Toward a Decision Analytics Reference Model

The discover, enrich, and set goals activities are classified in Figure 4 as “pre-decision” activities. Pre-decision activities improve the sense and analyze activities by enabling a more comprehensive analysis of events, information, and factors that will influence the decision. These pre-decision activities also improve the decide activity by defining policy-oriented objectives and constraints apriori. Objectives are goals intended to shape decisions so that an organization has targets that it aspires to achieve. Constraints are goals intended to shape decisions so that an organization operates within limits that will minimize its risk exposure legally, financially, or ethically.

발견은, 풍성하게 하고, 세트 목표 활동은 "전 결정" 활동으로 숫자 4에서 분류된다. 전 결정 활동은 감을 개량하고 사건, 정보 및 결정을 좌우할 요인의 포괄적 분석을 가능하게 해서 활동을 분석한다. 이 전 결정 활동은 또한 정책 동쪽으로 향하게 한 목적 및 강제 apriori를 정의해서 결정 활동을 개량한다. 목적은 조직에는 달성하는 것을 갈망하는 표적이 있다 그래야 결정을 형성하기 위하여 예정된 목표 이다. 강제는 그것의 모험 노출을 법적으로, 재정적으로, 또는 윤리적으로 극소화할 조직이 한도내에서 작동한다 그래야 결정을 형성하기 위하여 예정된 목표 이다.

These pre-decision activities are a first step in bringing a lifecycle to decision analytics. Pre-decision activities have strong bi-directional relationships with analytic decisioning because of their focus on decision improvement and the support they can provide prior to decisioning. Also, consequently, a separate set of post-decision activities complete the feedback loop. Figure 5 introduces these post-decision activities.

이 전 결정 활동은 결정 analytics에 생활사를 가져오기에 있는 첫걸음이다. 전 결정 활동에는 decisioning 이전에 제공해서 좋은 지원과 결정 개선에 그들의 초점 때문에 분석에게 decisioning를 가진 강한 양지향성 관계가 있다. 더구나, 필연적으로, 포스트 결정 활동의 분리되는 세트는 되먹임 루프를 완료한다. 숫자 5는 이 포스트 결정 활동을 소개한다.

Figure 5. Decision Analytics Reference Model
Figure 5.  Decision Analytics Reference Model

The post-decision activities in Figure 5 consist of evaluate, learn, and adjust activities. The intent of the evaluate activity is to assess the utility generated by an act activity and compare it with the desired utility as defined by the set goals activity. The learn activity is the capability to remember the output of the evaluate activity. The evaluate activity also factors what has been learned into its assessments so that the utility of the current action can also be compared with past actions. The role of the adjust activity is to consider the goals, decisions, actions, and what has been learned to improve performance by changing the triggers, events, analysis, and decisions. The adjust activity is where the loop is closed as in a closed loop system. The adjust activity is also one of the most complex activities that exists in this system. This is because changing policy and decisions changes actions, which will have a different impact than that to which the organization is accustomed. Changes to policy that correct errors are expected to increase utility. However, changes to policy in search of added revenue are more challenging and must be evaluated more carefully to ensure that the return outweighs the risk. Economic models are very effective at evaluating risk and return and can be incorporated in either the adjust or analyze activities. A summary of pre- and post-decision activities is as follows:

숫자 5에 있는 포스트 결정 활동은 평가하고, 배우고, 조정한다 활동을 이루어져 있다. 평가 활동의 의향은 행위 활동에 의해 생성된 공용품을 사정하고 세트 목표 활동에 의해 정의되는 것과 같이 원한 공용품과 비교하기 위한 것이다. 배우 활동은 평가 활동의 산출을 기억하는 기능 이다. 평가 활동은 또한 현재 활동의 공용품이 또한 과거 활동과 비교될 수 있다 그래야 습득한 무슨이 그것 평가로 인수 분해한다. 조정 활동의 역할은 습득한지 성과를 개량하기 위하여 무엇이 방아쇠, 사건, 분석 및 결정을지 바꾸어서, 목표, 결정, 활동을 고려하기 위한 것이고. 조정 활동은 루프가 닫힌 루프 체계에서 것과 같이 닫는 곳 이다. 조정 활동은 또한 이 체계에서 존재하는 가장 복잡한 활동의 한개이다. 이것은 조직이 습관 인 저것 보다는 다른 충격이 있을 정책과 결정 변화 활동에는 바꾼 때문이다. 공용품을 증가할 것으로 정확한 과실이 예상된다 정책에 변화. 그러나, 추가한 수익을 찾아 정책에 변화는 도전적이고 반환이 모험을 중요하다는 것을 보증하기 위하여 더 주의깊게 평가되어야 한다. 경제 모델은 평가 모험에 아주 효과적이 돌려보내고 조정에서 통합되거나 활동을 분석할 수 있다. 전의 개요 포스트 결정 활동은 다음과 같이 이다:

Discovery is the identification of events, objects, situations, and relationships that will have a bearing on decisioning.

발견은 사건, 목표, 상황 및 decisioning를 에 의미가 있을 관계의 ID이다.

Enriching is the process of incorporating content surfaced in the discovery process into the decision making process.

풍성하게 하는 것은 결정 만드는 과정으로 발견 과정에서 내용 통합의 과정 떠올랐다이다.

Setting goals is the specification of objectives to guide the decision making process.

목표를 설정하는 것은 결정 만드는 과정을 인도하는 목적의 명세 이다.

Evaluation is the process of assessing the impact of the action taken.

평가는 취한 조치의 충격 사정의 과정이다.

Learning is the act of acquiring knowledge specific to decisions made and actions taken.

배우는 것은 한 결정과 취한 조치에 지식 특성 취득의 행위이다.

Adjusting is the act of applying knowledge gained from the learning process to improve the decision process.

조정은 결정 과정을 개량하기 위하여 주어진 학습 과정에서 지식 적용의 행위 이다.

It is important to note that while we have identified pre-decision and post-decision activities, we have not made any claims regarding temporal requirements for decision analytics. We do, however, expect a wide variety of use cases depending upon the analytical techniques employed that range from offline to real-time decision analytics.

우리가 전 결정과 포스트 결정 활동을 확인하는 동안 주의하는 것이 중요하다, 우리 주장하지 않았다 결정 analytics를 위한 일시적인 필요조건에 대하여 어떤 소유권도. 우리는, 그러나, 다양한 사용 케이스를 예상해 오프라인으로에서 순간 결정 analytics에 범위 채택된 분석 기술에게 달려 있.

Figure 5 is labeled as the decision analytics reference model. The reason for this is that this model captures the key activities and relationships that should exist within any organization that intends to address analytic decisioning both comprehensively and effectively. This decision analytics reference model primarily focuses on decisioning and how leveraging analytics to do both support and improve decisioning. The decision analytics reference model also means that consideration has to be given to application architecture. If there is an assumption that some decision analytics activities must be supported in real time, then events, messaging, state, push, and mobility must be factored into system design.

숫자 5는 결정 analytics 참고 모형으로 레테르를 붙인다. 이것을 위한 이유는 이 모형이 포괄적으로 그리고 효과적으로 분석에게 decisioning를 모두 제시하는 것을 예정하는 어떤 조직든지 안에 존재해야 하는 관계 및 중요한 활동를 붙잡는다 이다. 이 결정 analytics 참고 모형은 decisioning에 1 차로 지원을 둘 다 하고 decisioning를 개량하기 위하여 analytics를 레버리지를 도입한 어떻게 집중한다. 결정 analytics 참고 모형은 또한 신청 건축술을 고려되어야 한ㄴ다는 것을 의미한다. 약간 결정 analytics 활동은 진짜 시간에서 지원되어야 한다 만약에 가정이 있으면, 사건, 전갈, 국가, 강요 및 기동성은 시스템 설계로 인수 분해되어야 한다.

Real-time Decisioning and the Internet of Things

것의 순간 Decisioning 그리고 인터넷

Real-time decisioning is an important area of investment for many enterprises. Infrastructure is now being put in place to capture data streams in real time, analyze this data, and make decisions in real time. Examples of real-time systems are everywhere. Simple real-time systems are S-R systems such as a home alarm system. More sophisticated decision analytics systems are event-based and perform some analysis before making a decision as to what action to take. An example of this would be the grocery store checkout, which generates coupons based on your purchases and frequency of visits. Even more complex decision analytics systems use feedback to adjust actions in real time. An example of this would be an automotive accident avoidance system, which monitors your distance and closing speed to an object and then applies the brakes progressively to prevent an accident. All of these real-time examples involve a subset of capabilities resident in our decision analytics reference model.

순간에게 decisioning는 많은 기업을 위한 투자의 중요 지역이다. 기반은 지금 진짜 시간에 있는 자료 열을 붙잡고, 이 자료를 분석하고, 진짜 시간에 있는 결정을 내리기 위하여 그 자리에 있고 있다. 순간 체계의 보기는 어디에나 있다. 간단한 순간 체계는 가정 경보망과 같은 S-R 체계이다. 더 정교한 결정 analytics 체계는 가지고 갈 무슨 활동을 사건 근거하고 결정을 내리기 전에에 관해서는 약간 분석을 실행한다. 이것의 보기는 방문의 당신의 구입 그리고 주파수에 근거한 쿠폰을 생성하는 식료품점 점검일 것입니다. 훨씬 복잡한 결정 analytics 체계는 진짜 시간에 있는 활동을 조정하기 위하여 의견을 이용한다. 이것의 보기는 목표에 당신 거리 그리고 closing 속도를 감시하고 사고를 방지하기 위하여 그 후에 브레이크를 진보적으로 적용하는 자동 사고 제거 체계일 것입니다. 이 순간 보기 전부는 우리의 결정 analytics 참고 모형에서 있는 기능의 부분 집합을 포함한다.

The Internet of things (IoT) is going to be very effective at connecting people and “things,” whereby a thing is an electro-mechanical device that could range from a simple sensor to an intelligent micro-processor enabled device. The utility of the IoT will be derived from its support for all person/system interactions patterns. The most interesting of these patterns will include system to person and system to system. The system to person interaction pattern will present a person with opportunities or concerns that warrant her attention. The system to system interaction pattern will need to unfold in an as-of-yet undefined way but will likely involve gateways for gathering and consolidating domain-specific information and new communication architectures, some of which will mimic high-level architecture (HLA) that was developed by the Department of Defense.

것 (IoT)의 인터넷은 것이 간단한 감지기에서 지적인 소형 처리기에 의하여 가능하게 된 장치에 배열할 수 있던 전기 기계 장치이다 그것에 의하여," 연결 사람들 및 "것에 아주 효과적이기 위하여 려고 하고 있다. IoT의 공용품은 모든 사람 또는 체계 상호 작용 본을 위한 그것의 지원에서 파생될 것이다. 이 본의 재미있을 것이다 것에게 그리고 시스템과 시스템으로 체계를 사람 포함할 것이다. 그녀의 주의를 보증하는 관심사 또는 사람 상호 작용 본에 체계 는 기회를 가진 사람을 선물할 것이다. system to system 상호 작용 본은 확정되지 않는 방법것과 같이 의 아직에서 펼칠 필요가 있고 그러나 아마 어떤이 국방부에 의해 개발된 고도 건축술 (HLA)를 흉내낼 새로운 커뮤니케이션 건축술 모이고 결합하기를 위한 출입구를 포함할 것이다, 및 도메인별 정보.

The decision analytics reference model is important because it not only identifies the significant role of analytics in decisioning, but also provides the necessary context for describing the decision analytics continuum.

결정 analytics 참고 모형은 뿐만 아니라 decisioning에 있는 analytics의 뜻깊은 역할을 확인하기 때문에 중요하, 또한 결정 analytics 연속체 기술을 필요한 문맥을 제공한다.

The Decision Analytics Continuum

결정 Analytics 연속체

The decision analytics continuum was born out of a need to help organizations understand the various analytic techniques that they can employ to support or improve decisioning. The principles of the decision analytics reference model are to provide a generalized decision making model that also emphasizes the importance of decision improvement. This ensures continued relevance of the decision model given a changing environment and creates opportunity for vendors that deliver these capabilities and enterprises that leverage these capabilities effectively. Opportunity in this context is defined as:

결정 analytics 연속체는 조직이 채택해서 decisioning를 지원하거나 개량하기 위하여 좋은 각종 분석 기술을 이해할 것을 돕는 필요에서 태어났다. 결정 analytics 참고 모형의 원리는 또한 결정 개선의 중요성을 강조하는 모형을 만드는 일반화한 결정을 제공하기 위한 것이다. 이것은 변화 환경이 주어진 결정 모형의 계속 관련성을 지키고 이 기능을 효과적으로 레버리지를 도입하는 기업 및 이 기능 을 전달하는 납품업자를 위한 기회를 창조한다. 이 문맥에 있는 기회는 다음과 같음 정의된다:

Greater precision in responding to needs.

필요에 답하여 더 중대한 정밀도.

Faster understanding of changing conditions, which encourages innovation.

혁신을 격려하는 변화 조건의 더 빠른 이해.

Improved operational efficiency due to more comprehensive understanding and rendering of organizational activities.

조직 활동의 포괄적인 이해 그리고 연출 때문에 개량된 조작상 효율성.

Better decision making.

더 나은 결정 만들기.

Improved time to decision/action.

결정 활동에 개량된 시간.

Now that we have established the importance of decisioning and the framework for decision improvement, we can explore differing analytic techniques to support decisioning. When we examine what analytic techniques support decisioning, it is useful to select criteria that will allow us to categorize these analytic capabilities. Four criteria have significant relevance in this task and include the following:

우리가 decisioning의 중요성 및 결정 개선을 위한 기구를 설치할 이니까, 우리는 다른 분석 decisioning를 지원하기 위하여 기술을 탐구해서 좋다. 무슨 분석 기술이 decisioning를 지원하는 우리가 시험할 때, 저희가 이 분석 기능을 분류하는 것을 허용할 표준을 선정하는 것이 유용하다. 4개의 표준에는 이 업무에 있는 뜻깊은 관련성이 있고 뒤에 오는 것 포함한다:

1. Decision Scope. Decision scope refers to how focused the decision is as measured by the cardinality of its alternatives or intended audience. Course-grained decisions are ones that have few choices and apply to only a few market segments (large groups). Fine-grained decisions can have many possible choices and apply to many market segments (such as markets of one).

1. 결정 범위. 결정 범위에 의하여 결정이라고 집중시키는 그것의 대안 예정한 경청자의 cardinality에 의해 측정되는 것과 같이 어떻게가 인지 언급한다. 과정 나뭇결 결정은 몇몇 선택이 있고 단지 약간 시장 세분 (큰 그룹)에 적용하는 그들에는이다. 정밀한 입도 결정에는 많은 가능한 선택이 있고 그리고 많은 시장 세분에 적용할 수 있다 (것의 시장과 같은).

2. Decision Execution. Decision execution refers to how much is known about the decision outcome. Deterministic decisions are ones where a particular set of stimuli always lead to the same decision. Non-deterministic decision outcomes vary based on accumulated knowledge at the time of the decision.

2. 결정 실행. 결정 실행에 의하여 알려지는지 얼마가 결정 결과에 관하여 언급한다. 결정론적인 결정은 자극의 특정한 세트가 동일한 결정으로 항상 이끌어 내는 곳에 그들이다. 결정적이지 않은 결정 결과는 결정의 때에 축적한 지식에 기초를 두어 변화한다.

3. Decision Uncertainty. Uncertainty is a cornerstone of modern statistics. Analytical techniques enable us to evaluate past and present decisions as well as gain insight into how actions may influence future decisions. Since the future is not certain, understanding and quantifying the likelihood of a future event is useful to support future decision making. Collaborative decisioning, Bayesian statistics, and adaptive systems all should or do factor uncertainty into their decision making activities.

3. 결정 불확실. 불확실은 현대 통계의 초석이다. 분석 기술은 평가하는 활동이 장래 결정을 어떻게로 좌우할지도 모르다지 저희를 이익 통찰력 뿐만 아니라 과거와 현재 결정을 가능하게 한다. 미래부터 확신하지 않, 이해한 미래 사건의 가능성의 양을 정하는 것은 장래 결정 만들기 지원하게 유용하다. 협조적인 decisioning, 베이스 정리 통계 그리고 적합한 체계는 전부 활동을 만드는 그들의 결정으로 일 것이거나 불확실을 인수 분해한다.

4. Decision Complexity. Decision complexity is driven by the number of factors that must be jointly considered when making a decision. The greater the number of factors (or variables) the more potential outcomes and the more complicated it is to make a decision.

4. 결정 복합성. 결정 복합성은 함께 고려되어야 하는 요인의 수에 의해 몬다 결정을 내릴 때. 더 중대한 요인 (가변)의 수 잠재적인 결과 및 더 복잡하다 결정을 내리는.

Decision scope and decision complexity are closely related. Course-grained decisions tend to have less complexity and fine-grained decisions tend to have much higher complexity. Decision execution and decision uncertainty also are closely related. Deterministic decisions operate with little or no uncertainty because they are well understood. Non-deterministic decisions, which are influenced by what information is known at the point of decision, tend to have far more uncertainty regarding the stability or consistency of their outcomes. Figure 6 segments the decision analytics capabilities into nine categories and positions them in a framework based on the four criteria.

결정 범위와 결정 복합성은 밀접한 관계가 있. 과정 나뭇결 결정에는 더 적은 복합성 및 정밀한 입도 결정을 매우 더 높은 복합성이 있어 경향이 있어 달라고 해 경향이 있다. 결정 실행과 결정 불확실은 또한 밀접한 관계가 있. 결정론적인 결정은 거의 비슷하게 불확실에 잘 이해되기 때문에 작동한다. 무슨 정보가 결정의 순간에에 의해 알려지는 좌우되는 결정적이지 않은 결정에는, 그들의 결과의 안정성 견실함에 대하여 불확실이 멀리 더 있어 경향이 있다. 숫자 6은 9개의 종류로 결정 analytics 기능을 분단하고 4개의 표준에 근거한 기구에서 둔다.

Figure 6. The Decision Analytics Continuum
Figure 6.  The Decision Analytics Continuum

Figure 6 identifies nine analytic categories that support decision analytics. These categories are described as follows:

숫자 6은 결정 analytics를 지원하는 9개의 분석 종류를 확인한다. 이 종류는 다음과 같이 기술된다:

Conditional. The conditional analytic category contains algebraic expressions combining Boolean operators that express decision rules that typically take the form of “if x then y else z” or “when j then k else l.” They are highly effective at describing and automating decision processes. Conditional logic forms the basis for business rule management systems (BRMS), which can render these relationships in multiple forms (decision rules, decision tables, and decision trees). Conditional logic that is event-based provides additional support for temporal constructs of the “when j then k else l” form. Conditional logic is often combined with other analytical techniques to quantify or refine a decision, providing powerful and flexible support for decisioning.

조건. 조건적인 분석 종류는 j 그 때 k 그 외에 l."가 결정 과정을 기술하고 자동화할에 높게 효과적이 때 전형적으로 형식을 "x 그 후에 y 그 외에 z" 또는 "가지고 가는 경우에 급행 결정 규칙 부울 논리 연산 통신수를 결합하는 대수학 표정을 포함한다. 조건적인 논리는 다수 모양 (결정 규칙, 결정표 및 결정 트리)에 있는 이 관계를 만들 수 있는 사업 규칙 관리 체계 (BRMS)를 위한 기초를 형성한다. 사건 근거하는 조건적인 논리는의 일시적인 구조물을 추가적인 지원을 "때 j 그 후에 k 그 외에 l" 모양 제공한다. 조건적인 논리는 다른 분석 기술에 수시로 결정의 양을 정하거나 세련하기 위하여 결합되, 강력하고 가동 가능한 지원을 decisioning를 제공한.

Algorithmic. The conditional analytic category uses algebraic equations that leverage known variables and constants to create new variables. Algorithmic expressions are immensely powerful. Expressions can include transformations, reclassifications, aggregations, and functions.

연산. 조건적인 분석 종류는 새로운 가변을 창조하기 위하여 알려진 가변 및 불변의 것을 레버리지를 도입하는 대수학 방정식을 사용한다. 연산 표정은 굉대하게 강력하다. 표정은 전이, 재분류, 집단 및 기능을 포함할 수 있다.

Correlative. The conditional analytic category is a statistical technique that describes the strength of a relationship or dependency between variables. Simple forms of relationship analysis can include sentiment analysis or text analytics.

상관. 조건적인 분석 종류는 가변 사이 관계 속국의 힘을 기술하는 통계적인 기술이다. 관계 분석의 간단한 형식은 감정 분석 또는 원본 analytics를 포함할 수 있다.

Optimized. Optimization is typically the maximization or minimization of an objective function subject to goals and constraints. Optimization is important because it provides a method to achieve the best possible outcome given the resources currently available.

낙관하는. 최적화는 목표와 강제를 조건으로 하여 전형적으로 목적 함수의 극대화 또는 최소화이다. 최적화는 현재 가능한 자원이 주어지기 가장 좋은 가능성 결과를 달성하기 위하여 방법을 제공하기 때문에 중요하다.

Discrete. Discrete choice and conjoint analysis are survey-based research techniques that effectively reflect respondent preferences for a particular set of capabilities. Preferences are normalized and quantified, making them useful in understanding the relative strength of alternatives and the elasticity of demand. Survey execution also emulates the buying process, which improves data quality.

분리된. 분리된 선택 및 공동 분석은 효과적으로 기능의 특정한 세트를 위한 응답자 특혜를 반영하는 조사하 근거한 연구 기술이다. 특혜는 정상화하고 양을 정하는 이어, 그들을 대안의 관계되는 힘 및 수요의 신축성 이해에 유용한 만든. 조사 실행은 또한 자료 질을 개량하는 사는 과정을 겨룬다.

Collaborative. Collaboration is generally a more qualitative approach to decisioning, which evaluates the contributions of various constituencies including: those people who are in your circle of trust, critics, friends, and everyone else. A wide number of collaborative techniques exists. Participant contributions can be weighted; decisions can be single pass, Delphi, or stepwise; decisions can be relative or absolute; and decisions can be made by consensus, majority, plurality, committee, or autocratically.

협조. 협력은 각종 선거 구민의 기여금을 평가하는 decisioning에 일반적으로 품질 접근이다: 신망의 당신의 원형, 비평가, 친구에서 인 그 사람들, 및 모두. 협조적인 기술의 넓은 수는 존재한다. 참가자 기여금은 무겁게 할 수 있다; 결정은, 또는 서서히 단 하나 통행, 델피일 수 있다; 결정은 관계되는 절대 일 수 있다; 그리고 결정은 일치, 대다수, 대다수, 위원회에 의해, 또는 독재적으로 할 수 있다.

Predictive. Predictive analytics leverages known data, relationships, and patterns to make predictions about future events. Results are sensitive to the quantity of known data and how this data is distributed.

예언하는. 알려진 자료, 관계 및 미래 사건에 관하여 예측을 만들기 위하여 본이 예언하는 analytics에 의하여 레버리지를 도입한다. 결과는 이 자료가 배부되는 방법 알려진 자료의 양에 과민하.

Bayesian. Bayesian analytics enable us to understand the impact that conditional probabilities have on an outcome. Bayesian inference embraces uncertainty and develops probabilities that provide an unbiased and rational way to quantify the likelihood of an outcome or series of outcomes.

베이스 정리. 베이스 정리 analytics는 저희를 조건적인 확율에는 결과에 있는 충격을 이해하는 가능하게 한다. 베이스 정리 추정은 불확실을 받아들이고 결과의 결과 시리즈의 가능성의 양을 정하는 공평하와 합리적인 방법을 제공하는 확율을 개발한다.

Adaptive. Adaptive systems (or complex adaptive systems) represent the frontier of decision analytics. Adaptive systems combine predictive, Bayesian analytics, economic models, and learning to govern and anticipate how to best respond to a changing environment. The challenging aspect of adaptive systems is finding new decision rules to improve operational outcomes in a changing environment while simultaneously minimizing risk.

적합한. 적합한 체계 (또는 복잡한 적합한 체계) 결정 analytics의 국경을 대표한다. 적합한 체계는 예언하는, 베이스 정리 analytics, 경제 모델을 결합하고, 경세하고 잘에 변화 환경에 어떻게 반응하십시오지 예기하는 것을 배우기. 적합한 체계의 도전적인 양상은 동시로 모험을 극소화하고 있는 동안 새로운 결정 변화 환경에 있는 조작상 결과를 개량하기 위하여 규칙을 찾아내고 있다.

The categories presented in the decision analytics continuum are generally mutually exclusive but selectively employed together to address decisioning.

종류는 결정 analytics 연속체에서 이다 일반적으로 상호 배타적 그러나 선택적으로 decisioning를 제시하기 위하여 함께 고용하는 선물했다.