An Algorithm for Probabilistic Least{Commitment Planning 3. Nicholas Kushmerick Steve Hanks Daniel Weld. University ofwashington Seattle, WA 98195

Size: px
Start display at page:

Download "An Algorithm for Probabilistic Least{Commitment Planning 3. Nicholas Kushmerick Steve Hanks Daniel Weld. University ofwashington Seattle, WA 98195"

Transcription

1 To aear, AAAI-94 An Algorithm for Probabilistic Least{Commitment Planning 3 Nicholas Kushmerick Steve Hanks Daniel Weld Deartment of Comuter Science and Engineering, FR{35 University ofwashington Seattle, WA fnick, hanks, weldg@cs.washington.edu Abstract We dene the robabilistic lanning roblem in terms of a robability distribution over initial world states, a boolean combination of goal roositions, a robability threshold, and actions whose eects deend on the execution-time state of the world and on random chance. Adoting a robabilistic model comlicates the denition of lan success: instead of demanding a lan that rovably achieves the goal, we seek lans whose robability of success exceeds the threshold. This aer describes a robabilistic semantics for lanning under uncertainty, and resents a fully imlemented algorithm that generates lans that succeed with robability no less than a user-sulied robability threshold. The algorithm is sound (if it terminates then the generated lan is suciently likely to achieve the goal) and comlete (the algorithm will generate a solution if one exists). Introduction Classical lanning algorithms have traditionally adoted stringent certainty assumtions about their domains: the lanning agent is assumed to have comlete and correct information about the initial state of the world and about the eects of its actions. These assumtions allow an algorithm to build a lan that is rovably correct: given an initial world state, a successful lan is a sequence of actions that logically entails the goal. Our research eort is directed toward relaxing the assumtions of comlete information and a deterministic action model, while exloiting existing techniques for symbolic least-commitment lan generation. This aer resents the buridan 1 lanning algorithm. buridan is a sound, comlete, and fully im- 3 We gratefully acknowledge the comments and suggestions of Tony Barrett, Tom Dean, Denise Draer, Mike Erdmann, Keith Golden, Rex Jacobovits, Oren Etzioni, Neal Lesh, Judea Pearl, and Mike Williamson. This research was funded in art by National Science Foundation Grants IRI and IRI , Oce of Naval Research Grant 90-J-1904, and the Xerox Cororation. 1 Jean Buridan (boo redan 0 ), , a French hilosoher and logician, has been credited with originating robability theory. He seems to have toyed with the idea of using his theory to decide among alternative courses of aclemented least-commitment lanner whose underlying semantics is robabilistic: a robability distribution over states catures the agent's uncertainty about the world and a mixed symbolic and robabilistic action reresentation allows the eects of action to vary according to the (modeled) state of the world at execution time as well as unmodeled (random) factors. Our lanner takes as inut a robability distribution over (initial) states, a goal exression, a set of action descritions, and a robability threshold reresenting the minimum accetable success robability. The algorithm roduces a lan such that, given a robability distribution over initial states, the robability that the goal holds after executing the lan is no less than the threshold. We have roved that the algorithm is sound (any lan it returns is a solution) and comlete (if there is an accetable lan the algorithm will nd it). The work reorted here makes several contributions. First, we dene a symbolic action reresentation and its robabilistic semantics. Second, we describe an imlemented algorithm for robabilistic lanning. Third, we briey describe our investigation of alternative lan assessment strategies. The aer concludes with a discussion of related work. This research is described in detail in the long version of this aer (Kushmerick, Hanks, & Weld 1993). Examle. The following examle will be develoed throughout the aer. Suose a robot is given the goal of holding a block (), making sure it is ainted (BP), and simultaneously keeing its grier clean (GC). Initially the grier is clean, but the block is not being held and is not ainted, and the grier is dry () with robability 0.7. Suose further that we will accet any lan that achieves the goal with robability at least 0.8. Finally, the robot has the following actions available: icku: try to ick u the block. If the grier is dry when the icku is attemted, executing this action will make true with robability If the grier is not dry, however, will become true only with robability 0.5. tion: the arable of \Buridan's Ass" is attributed to him, in which an ass that lacked the ability tochoose starved to death when laced between two equidistant iles of hay.

2 aint: aint the block. This action always makes BP true, and if the robot is holding the block when aint is executed, there is a 10% chance that the grier will become dirty (GC). dry: try to dry the grier. This action succeeds in making true 80% of the time. A Semantics for Probabilistic Planning We begin by dening a lanning roblem, and what it means to solve one. First we dening states and exressions, then actions and sequences of actions, then the lanning roblem and its solution. States & exressions. A state is a comlete descrition of the world at a single oint in time, and uncertainty about the world is reresented using a random variable over states. A state is described using a set of roositions in which every roosition aears exactly once, ossibly negated. 2 An exression is a set (imlicit conjunction) of literals. We dene the robability of an exression E with resect to a state s as: P[Ejs]= 1 if E s 0 otherwise For our examle, the world is initially in one of two ossible states: s1 = f; ; GC; BPg and s2 = f; ; GC; BPg, and the robability distribution over these states is characterized by a random variable ~s I as follows: P[~s I = s1] =0:7, P[~s I = s2] =0:3. Actions & action sequences. Our model of action, taken from (Hanks 1990; 1993), combines a symbolic model of the changes the action makes to roositions with robabilistic arameters that reresent chance (unmodeled) inuences. Fig. 1 is our reresentation of the icku action: if the grier is dry ( holds) at execution time, it makes true with robability 0.95, and with robability 0.05 makes no change to the world state. But if is false at execution time, icku makes true only with robability 0.5. Note that the roositions in the boxes refer to changes the action makes, not to world states. For examle, it is not correct to say that the holds with robability 0.95 after executing icku in a state where the grierisdry, since the robability of after icku is executed also deends on the robability of before execution (as well as the robability of before execution). Formally, an action is a set of consequences fht ; ;e i;:::;ht ; ;e ig. Each t is an exression called the consequence's trigger, is a robability, and e is a set of literals called the eects. The reresentation for the icku action is thus fhfg; 0:95; fgi; hfg; 0:05; fgi; hfg; 0:5; fgi; hfg; 0:5; fgig. 2 We use this reresentation for exository uroses only; an imlementation need not maniulate states exlicitly. In fact our lan renement algorithm has no exlicit reresentation of state: it reasons directly about the state's comonent roositions. (1) icku ρ α =0.95 ρ β =0.05 ρ γ =0.5 ρ δ =0.5 α β γ δ Figure 1: The icku action. We require that an action's triggers be mutually exclusive and exhaustive: 8 X s P[t j s] =1 (2) 8s; ; t 6= t ) P[t [ t j s] =0 (3) The notation A i; refers to consequence of action A i, and suerscrits refer to arts of a articular action: A i = f:::;ht i ;i ;eii;:::g. A consequence denes a (deterministic) transition from a state to a state, dened by a function result(e;s), where e is a set of eects and s is a state. This function is similar to add and delete lists in stris; see the long version of this aer for the full denition. An action A induces a change from a state s to a robability distribution over states s 0 : P[s 0 j s; A]= P[t j s] if ht ;;ei2a^s 0 =result(e ;s) 0 otherwise Since an action's triggers P are mutually exclusive and exhaustive, we have that s 0 P[s0 j s; A] = 1 for every action A and state s. We now dene the result of executing actions in sequence. The robability that a state s 0 will hold after executing a sequence of actions ha i i N i=1 (given that the world 2 was initially in state s) is dened as follows: 3 X 2 P s 0 j s; ha ii N i=1 = 00 P[s j s; A1]P s 0 j s 00 ; ha iii=23 N (5) s 00 where P[s 0 j s; hi] =1ifs 0 =sand 0 otherwise. Finally, we dene the robability that an exression E is true after an action sequence is executed beginning in some state s, and the robability of an exression after executing an action sequence given an initial robability distribution over states ~s I : P 2 Ejs; ha ii N i= P Ej~s I;hA ii N i=1 X 2 = P s 0 j s; ha iii=13 N P[Ejs 0] (6) s X 0 = s P 2 Ejs; ha ii N i=13 P[~sI = s] (7) Planning roblems & solutions. A lanning roblem consists of (1) a robability distribution over initial states ~s I, (2) a set of actions fa i g, (3) a goal exression G, and (4) a robability threshold. For the roblem described in this aer, the initial distribution ~s I was dened earlier, the lan can be constructed from the actions ficku; aint; dryg, the goal (4)

3 α is G = f; BP; GCg, and the robability threshold is =0:8. A solution to the roblem i is an action sequence ha i i N i=1 hgj~s if P I ;ha i i N i=1. As we'll see, hdry; aint; ickui is a solution to the examle roblem. The buridan Algorithm We now describe buridan, an algorithm that generates solutions to lanning roblems. buridan, like snl (McAllester & Rosenblitt 1991), searches a sace of artial lans. Each lan consists of a set of actions fa i g where each A i is one of the inut actions annotated with a unique index, a artial temoral ordering relation \<" over fa i g, a set of causal links, and a set of subgoals. The rst two items are straightforward, but there are imortant dierences between the last two items and the analogous snl concets. A link caches buridan's reasoning that a articular consequence of a articular action could make a literal true for a (later) action in the lan. The link A i;!a j records the fact that literal is a member of the trigger of one of action A j 's consequences (A j is the link's consumer), and the eect set of consequence of action A i (the link's roducer) contains. Action A k threatens link A i;!a j if the eect set of some consequence of A k contains, and if A k can be ordered between A i and A j. A lan's subgoals consists of the literals in the lan that buridan is committed to making true. A subgoal is a literal annotated with a articular action, Ai is a subgoal if the lan contains a link q A i;!a j and 2 t i. The set of subgoals is initialized to include all to-level goals. buridan begins searching from the null lan, which contains only two dummy actions A0 and A G, and the ordering constraint A0 < A G. These two actions allow buridan to comactly encode the lanning roblem: A0 and A G encode the robability distribution over initial states and the goal exression, resectively. Fig. 2 shows the null lan for the examle develoed in this aer. The initial action A0 has one consequence for each state in the initial distribution ~s I that has nonzero robability. Its triggers are all emty, and the eect sets and robabilities are the states and robabilities dened by ~s I. The goal action A G has one consequence triggered by the goal exression G. The null lan AG as a subgoal for each 2G. G 0 goal initial ρ α =0.7 ρ β =0.3 {GC,, BP} ρ α =1,, GC, BP β,, GC, BP α SUCCESS Figure 2: A0 and A G encode the initial robability distribution and the goal. Starting from the null lan, buridan erforms two oerations: 1. Plan Assessment: Determine if the robability that the current lan will achieve the goal exceeds, terminating successfully if so. 2. Plan Renement: Otherwise, try to increase the robability of goal satisfaction by rening the current lan. Each renement generates a new node in the sace of artial lans. Signal failure if there are no ossible renements, otherwise nondeterministically choose a new current lan and loo. Rening a lan with conditional and robabilistic actions diers in two ways from classical causal-link renement algorithms (e.g. snl). First, snl establishes a single causal link between a roducing action and a consuming action, and that link alone ensures that the link's literal will be true when the consuming action is executed. Our lanner links one of an action's consequences to a later action. An action can have several consequences, though only one will actually occur. Furthermore, a single link A i;!a j ensures that will be true at action A j only if trigger t i holds with robability one. Therefore multile links may be needed to suort a literal: even if no single link makes the literal suciently likely, their combination might. We lose snl's clean distinction between an \oen condition" (a trigger that is not suorted by a link) and a \suorted condition" that is guaranteed to be true. Causal suort in a robabilistic lan is a cumulative concet: the more links suorting a literal, the more likely it is that the literal will be true. The concet of a threatened link is dierent when actions have conditional eects. Recall that A k threatens A i;!a j if some consequence of A k asserts and if A k can be ordered between A i and A j. buridan resolves threats in the same way that classical lanners do: by ordering the threatening action either before the roducer or after the consumer. But a lan can be suciently likely to succeed even if there is a threat, as long as the threat is suciently unlikely to occur. We can therefore resolve a threat in an additional way, by confrontation: if action A k threatens link A i;!a j, lan for the occurrence of some consequence of A k that does not make false. buridan does so by adoting that consequence's triggers as additional subgoals. Plan Renement buridan's lan renement ste generates all ossible renements of a artial lan. A lan can be rened in two ways: either resolving a threat to a causal link, or adding a link to increase the robability that a subgoal will be true. buridan chooses a threat or subgoal, and then generates ossible renements as follows: 1. If the choice is to add a link to the Aj, buridan considers all new and existing actions A i that have an eect set e i containing, adds a link A i;!a j, and orders A i < A j.

4 2. If the choice is to resolve a threat by action A k to link A i;!a j, buridan resolves the threat in one of three ways: demotion (order A k < A i if it is consistent to do so), romotion (order A j < A k if consistent), and confrontation (lan for the occurrence of a consequence of action A k that does not make false). Link creation, romotion, and demotion are analogous to renement insnl-like lanners, and we will not discuss them further. 3 Confrontation has no analogue in snl, however. The robability that link A i;!a j succeeds in roducing for A j is the robability that executing action A i actually realizes consequence and that each action reresenting a confronted threat realizes a consequence that does not make false. Since the consequences of action are mutually exclusive, making a non-threatening consequence more likely makes the threat less likely. buridan therefore confronts a threat by choosing a non-threatening consequence of the threatening ste, and adots its triggers as subgoals. We exlain confrontation in detail in the longer version of this aer. Examle. We now demonstrate how the lanner constructs a lan that will achieve the goal (holding a ainted block with a clean grier) with robability at least 0.8. We simlify the resentation by resenting a sequence of renement choices that lead directly to a solution lan. Planning starts with the null lan (Fig. 2). The subgoals for the null lan are f@ AG ; BP@ AG ; GC@ AG g. buridan suorts the rst AG,by adding a icku action, A1, and creating a link from its consequence: A1;!A G. Consequence of A1 has as a trigger, so buridan A 1 a subgoal. Suort for this subgoal is then rovided by a link from the initial action: A0;!A1. buridan next suorts the subgoal of having the block ainted, BP@ AG,by adding a new aint action, A2, creating a link A2; BP!A G, and adoting A2;'s A 2 as a subgoal. A link A0;!A2 is added to A 2. Notice that icku and aint are unordered, thus icku threatens the new link: if icku is executed before aint, then the block will be in the grier when aint is executed, making false the trigger of aint's consequence. buridan resolves this threat by romoting icku, adding the ordering constraint A2 < A1. Finally, buridan suorts the subgoal GC@ AG with the link A0; GC!A G, and resolves the threat osed by aint by confrontation: since consequence of A2 does not cause GC, buridan adots its A 2 as a subgoal. The resulting lan is shown in Fig. 3. The assessed robability of Fig. 3's lan is We ignore snl's searation renement, since it alies only to actions with variables. (as described below), which is less than =0:8, so buridan continues to rene the lan. Eventually the lan shown in Fig. 4 is generated; it has success robability 0.804, so buridan terminates. Plan Assessment The lan assessment algorithm decides whether a lan's robability of success exceeds the threshold. The forward assessment algorithm is a straightforward imlementation of the denition of action execution. 4 forward comutes the robability distribution over states roduced by \executing" each action in sequence, runing zero-robability states from the distribution for the sake of eciency. Comlicating assessment is the fact that a solution is dened in terms of a totally ordered sequence of actions, whereas a lan's actions might be only artially ordered. We can still comute a lower bound on the lan's success, however, by considering the minimum over all total orders consistent with the lan's orderings. This olicy is conservative in that it comutes the best robability that can be exected from every total order. The long version of this aer discusses these issues in more detail. Examle. We now illustrate how the forward lan assessment algorithm comutes the success robability for the lan in Fig. 3. forward starts with the inut distribution over initial states, ~s I, and comutes the following distribution over nal states (where A = haint; ickui is the lan's action sequence): P[f; ; GC; BPgj~s I;A] = 0:5985 P 2 f; ; GC; BPgj~s I;A 3 = 0:135 P 2 f; ; GC; BPgj~s I;A 3 = 0:0665 P 2 f; ; GC; BPgj~s I;A 3 = 0:015 P 2 f; ; GC; BPgj~s I;A 3 = 0:0315 P 2 f; ; GC; BPgj~s I;A 3 = 0:135 P 2 f; ; GC; BPgj~s I;A 3 = 0:0035 P 2 f; ; GC; BPgj~s I;A 3 = 0:015 The robability of the goal exression is then comuted by summing over those states in which the goal holds. G = f; GC; BPg is true in the rst two states, so we havep[gj~s I ;A]=0: :135=0:7335. Formal Proerties A least-commitment lanner roduces as outut a artial order over actions. Such a lanner is sound if every consistent total order of these actions is a solution to the inut roblem. The lanner is comlete if it always returns a solution lan if such a lan exists. In the longer aer we rove that buridan is both sound and comlete. 4 In this section we discuss one simle assessment strategy; later we introduce a variety of more comlicated algorithms.

5 1 icku α ρ α =0.95 ρ β =0.05 ρ γ =0.5 ρ δ =0.5 0 α β γ δ G goal initial ρ α =0.7 ρ β =0.3 {GC,, BP},, GC, BP β,, GC, BP 2 ρ α =1 aint α SUCCESS ρ α =0.1 ρ β =0.9 ρ γ =1 α BP, GC β BP γ BP, GC Figure 3: An artial solution to the examle roblem. Gray arrows indicate threats resolved by confrontation. 3 dry ρ α =0.8 ρ β =0.2 1 icku α β ρ α =0.95 ρ β =0.05 ρ γ =0.5 ρ δ =0.5 0 α β γ δ G goal initial ρ α =0.7 ρ β =0.3 {GC,, BP} α,, GC, BP β,, GC, BP 2 ρ α =1 aint α SUCCESS ρ α =0.1 ρ β =0.9 ρ γ =1 α BP, GC β BP γ BP, GC Ecient Plan Assessment Figure 4: A lan that is suciently likely to succeed. The forward assessment strategy, while simle, can be quite inecient, since the number of states with nonzero robability can grow exonentially with the length of the lan. This ineciency motivates a second focus of our research, an exloration of alternative assessment algorithms. Since the general lan assessment roblem is NP-hard (Chaman 1987; Cooer 1990) we cannot exect to roduce an assessment algorithm that runs eciently on every roblem in every domain. However, by exloiting the structure of the actions, goals and state sace, we can sometimes realize tremendous eciency gains. We have imlemented three alternative lan assessment algorithms. While the size of the state distribution may grow exonentially, in general not all of the distinctions between the dierent states will be relevant to whether the goal is true. So one alternative assessment strategy, called query, tries to divide states into subsets based on the truth of the goal. At best query needs to reason about only two subsets of states: those in which the goal is true and those in which it is false. Rather than maniulating states exlicitly, assessment algorithms can reason directly about the roositions that comrise the states. Thus the third assessment algorithm, network, translates the action descritions into a robabilistic network, each nodeof which corresonds to a single roosition at some oint during the execution of the lan. network then solves this network using standard roagation techniques. The resulting network tends to be more comlicated than necessary, however, since it exlicitly includes \ersistence" links encoding the fact that a literal remains unchanged across the execution of an action that neither adds nor deletes it. But recall that ersistence assumtions are already stored in a lan's causallink structures: an unthreatened link is a guarantee that the link's roosition will ersist from the time it is roduced until it is consumed. This motivates a fourth algorithm, reverse, that comutes a lan's success robability by maniulating the lan's causal link structure directly. The longer version of this aer describes these algorithms in detail. Analysis of these algorithms shows no clear winner: in each case we can construct domains and roblems in which one algorithm consistently outerforms the other.

6 Related Work and Conclusions (Mansell 1993) and (Goldman & Boddy 1994) oer alternative aroaches to alying classical lanning algorithms to robabilistic action and state models. (Dean et al. 1993), (Farley 1983), and (Koenig 1992) use fully observable Markov rocesses to model the lanning roblem. These systems generate an execution olicy, a secication of what action the agent should erform in every world state, and assume that the agent isrovided with comlete and accurate information about the world state. buridan roduces a lan, a sequence of stes that is executed without examining the world at execution time, and assumes the agent will be rovided with no additional information at execution time. A recent extension to buridan, (Draer, Hanks, & Weld 1994a; 1994b), strikes a middle ground: the reresentation allows actions that rovide ossibly inaccurate information about the world at execution time, and actions in a lan can be executed contingent on the information rovided by revious stes. Work in decision science has dealt with lanning roblems (see (Dean & Wellman 1991, Cha. 7) for an introduction), but it has focused on solving a given robabilistic model whereas our algorithm interleaves the rocess of constructing and evaluating solutions. But see (Breese 1992) for recent work on model-building issues. (Haddawy & Hanks 1992; 1993) motivate building a lanner like buridan, exloring the connection between building lans that robably satisfy goals and lans that are otimal in the sense of maximizing exected utility. Although lanning with conditional eects is not the rimary focus of our work, buridan also generalizes work on lanning with deterministic conditional effects, e.g. in (Collins & Pryor 1992; Penberthy & Weld 1992). A deterministic form of confrontation is used in uco (Penberthy &Weld 1992). The buridan lanner integrates a robabilistic semantics for action with classical least-commitment lanning techniques. buridan accets robabilistic information about the roblem's initial state, and maniulates actions with conditional and robabilistic eects. Our lanner is fully imlemented in Common Lis and has been tested on many examles. buridan takes about 4:5 seconds to nd a solution to the roblem resented in this aer. Send mail to bug-buridan@cs.washington.edu for information about buridan source code. References Breese, J Construction of belief and decision networks. Comutational Intelligence 8(4). Chaman, D Planning for conjunctive goals. Arti- cial Intelligence 32(3):333{377. Collins, G., and Pryor, L Achieving the functionality of lter conditions in a artial order lanner. In Proc. 10th Nat. Conf. on A.I. Cooer, G The comutational comlexity of robabilistic inference using bayesian belief networks. Articial Intelligence 42. Dean, T., and Wellman, M Planning and Control. Morgan Kaufmann. Dean, T., Kaelbling, L., Kirman, J., and Nicholson, A Planning with deadlines in stochastic domains. In Proc. 11th Nat. Conf. on A.I. Draer, D., Hanks, S., and Weld, D. 1994a. A robabilistic model of action for least-commitment lanning with information gathering. In Proc., Uncertainty inai. Submitted. Draer, D., Hanks, S., and Weld, D. 1994b. Probabilistic lanning with information gathering and contingent execution. In Proc. 2nd Int. Conf. on A.I. Planning Systems. Farley, A A Probabilistic Model for Uncertain Problem Solving. IEEE Transactions on Systems, Man, and Cybernetics 13(4). Goldman, R. P., and Boddy, M. S Esilon-safe lanning. forthcoming. Haddawy, P., and Hanks, S Reresentations for Decision-Theoretic Planning: Utility Functions for Dealine Goals. In Proc. 3rd Int. Conf. on Princiles of Knowledge Reresentation and Reasoning. Haddawy, P., and Hanks, S Utility Models for Goal- Directed Decision-Theoretic Planners. Technical Reort 93{06{04, Univ. of Washington, Det. of Comuter Science and Engineering. Submitted to Articial Intelligence. Available via FTP from ub/ai/ at cs.washington.edu. Hanks, S Practical temoral rojection. In Proc. 8th Nat. Conf. on A.I., 158{163. Hanks, S Modeling a Dynamic and Uncertain World II: Action Reresentation and Plan Evaluation. Technical reort, Univ. of Washington, Det. of Comuter Science and Engineering. Koenig, S Otimal robabilistic and decisiontheoretic lanning using markovian decision theory. UCB/CSD 92/685, Berkeley. Kushmerick, N., Hanks, S., and Weld, D An Algorithm for Probabilistic Planning. Technical Reort , Univ. of Washington, Det. of Comuter Science and Engineering. To aear in Articial Intelligence. Available via FTP from ub/ai/ at cs.washington.edu. Mansell, T A method for lanning given uncertain and incomlete information. In Proc. 9th Conf. on Uncertainty inartical Intelligence. McAllester, D., and Rosenblitt, D Systematic nonlinear lanning. In Proc. 9th Nat. Conf. on A.I., 634{639. Penberthy, J., and Weld, D UCPOP: A sound, comlete, artial order lanner for ADL. In Proc. 3rd Int. Conf. on Princiles of Knowledge Reresentation and Reasoning, 103{114. Available via FTP from ub/ai/ at cs.washington.edu.

CRIKEY - A Temporal Planner Looking at the Integration of Scheduling and Planning

CRIKEY - A Temporal Planner Looking at the Integration of Scheduling and Planning CRIKEY - A Temoral Planner Looking at the Integration of Scheduling and Planning Keith Halsey and Derek Long and Maria Fox University of Strathclyde Glasgow, UK keith.halsey@cis.strath.ac.uk Abstract For

More information

Lecture 2: Linear vs. Branching time. Temporal Logics: CTL, CTL*. CTL model checking algorithm. Counter-example generation.

Lecture 2: Linear vs. Branching time. Temporal Logics: CTL, CTL*. CTL model checking algorithm. Counter-example generation. CS 267: Automated Verification Lecture 2: Linear vs. Branching time. Temoral Logics: CTL, CTL*. CTL model checking algorithm. Counter-examle generation. Instructor: Tevfik Bultan Linear Time vs. Branching

More information

Artificial Intelligence. The Planning Problem. Typical Assumptions. Planning. Given: Find

Artificial Intelligence. The Planning Problem. Typical Assumptions. Planning. Given: Find rtificial Intelligence Planning 1 The Planning Problem Given: set of oerators n initial state descrition goal state descrition or redicate Find sequence of oerator instances such that erforming them in

More information

Objectives. 6.3, 6.4 Quantifying the quality of hypothesis tests. Type I and II errors. Power of a test. Cautions about significance tests

Objectives. 6.3, 6.4 Quantifying the quality of hypothesis tests. Type I and II errors. Power of a test. Cautions about significance tests Objectives 6.3, 6.4 Quantifying the quality of hyothesis tests Tye I and II errors Power of a test Cautions about significance tests Further reading: htt://onlinestatbook.com/2/ower/contents.html Toics:

More information

SIMULATIONS OF ERROR PROPAGATION FOR PRIORITIZING DATA ACCURACY IMPROVEMENT EFFORTS (Research-in-progress)

SIMULATIONS OF ERROR PROPAGATION FOR PRIORITIZING DATA ACCURACY IMPROVEMENT EFFORTS (Research-in-progress) SIMLATIONS OF ERROR PROPAGATION FOR PRIORITIZING DATA ACCRACY IMPROEMENT EFFORTS (Research-in-rogress) Irit Askira Gelman niversity of Arizona Askirai@email.arizona.edu Abstract: Models of the association

More information

The meaning of Beta: background and applicability of the target reliability index for normal conditions to structural fire engineering

The meaning of Beta: background and applicability of the target reliability index for normal conditions to structural fire engineering Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 21 (217) 528 536 6th International Worksho on Performance, Protection & Strengthening of Structures under Extreme Loading, PROTECT217,

More information

The vignette, task, requirement, and option (VITRO) analyses approach to operational concept development

The vignette, task, requirement, and option (VITRO) analyses approach to operational concept development CAN UNCLASSIFIED The vignette, task, requirement, and otion (VITRO) analyses aroach to oerational concet develoment atrick W. Dooley, Yvan Gauthier DRDC Centre for Oerational Research and Analysis Journal

More information

Merging of Experimental and Simulated Data Sets with a Bayesian Technique in the Context of POD Curves Determination

Merging of Experimental and Simulated Data Sets with a Bayesian Technique in the Context of POD Curves Determination 5 th Euroean-American Worksho on Reliability of NDE Lecture 5 Merging of Exerimental and Simulated Data Sets with a Bayesian Technique in the Context of POD Curves Determination Bastien CHAPUIS *, Nicolas

More information

The Application of a Cognitive Diagnosis Model via an. Analysis of a Large-Scale Assessment and a. Computerized Adaptive Testing Administration

The Application of a Cognitive Diagnosis Model via an. Analysis of a Large-Scale Assessment and a. Computerized Adaptive Testing Administration The Alication of a Cognitive Diagnosis Model via an Analysis of a Large-Scale Assessment and a Comuterized Adative Testing Administration by Meghan Kathleen McGlohen, B.S., M. A. Dissertation Presented

More information

Cocktail party listening in a dynamic multitalker environment

Cocktail party listening in a dynamic multitalker environment Percetion & Psychohysics 2007, 69 (1), 79-91 Cocktail arty listening in a dynamic multitalker environment DOUGLAS S. BRUNGART AND BRIAN D. SIMPSON Air Force Research Laboratory, Wright-Patterson Air Force

More information

Remaining Useful Life Prediction of Rolling Element Bearings Based On Health State Assessment

Remaining Useful Life Prediction of Rolling Element Bearings Based On Health State Assessment Remaining Useful Life Prediction of Rolling Element Bearings Based On Health State Assessment Zhiliang Liu, Ming J. Zuo,2, and Longlong Zhang School of Mechanical, Electronic, and Industrial Engineering,

More information

This is an author-deposited version published in: Eprints ID: 15989

This is an author-deposited version published in:   Eprints ID: 15989 Oen Archive TOULOUSE Archive Ouverte (OATAO) OATAO is an oen access reository that collects the work of Toulouse researchers and makes it freely available over the web where ossible. This is an author-deosited

More information

Cognitive Load and Analogy-making in Children: Explaining an Unexpected Interaction

Cognitive Load and Analogy-making in Children: Explaining an Unexpected Interaction Cognitive Load and Analogy-making in Children: Exlaining an Unexected Interaction Jean-Pierre Thibaut, Robert French, Milena Vezneva LEAD-CNRS, UMR50, University of Burgundy, FRANCE {jean-ierre.thibaut,

More information

Author's personal copy

Author's personal copy Vision Research 48 (2008) 1837 1851 Contents lists available at ScienceDirect Vision Research journal homeage: www.elsevier.com/locate/visres Bias and sensitivity in two-interval forced choice rocedures:

More information

Estimating shared copy number aberrations for array CGH data: the linear-median method

Estimating shared copy number aberrations for array CGH data: the linear-median method University of Wollongong Research Online Faculty of Informatics - Paers (Archive) Faculty of Engineering and Information Sciences 2010 Estimating shared coy number aberrations for array CGH data: the linear-median

More information

A modular neural-network model of the basal ganglia s role in learning and selecting motor behaviours

A modular neural-network model of the basal ganglia s role in learning and selecting motor behaviours Cognitive Systems Research 3 (2002) 5 13 www.elsevier.com/ locate/ cogsys A modular neural-network model of the basal ganglia s role in learning and selecting motor behaviours Action editors: Wayne Gray

More information

TO help 25.8 million Americans [1] with diabetes, a growing

TO help 25.8 million Americans [1] with diabetes, a growing 3108 IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS, VOL. 26, NO. 11, NOVEMBER 2015 Patient Infusion Pattern based Access Control Schemes for Wireless Insulin Pum System Xiali Hei, Member, IEEE,

More information

Regret theory and risk attitudes

Regret theory and risk attitudes J Risk Uncertain (2017) 55:147 175 htts://doi.org/10.1007/s11166-017-9268-9 Regret theory and risk attitudes Jeeva Somasundaram 1 Enrico Diecidue 1 Published online: 5 January 2018 Sringer Science+Business

More information

Reinforcing Visual Grouping Cues to Communicate Complex Informational Structure

Reinforcing Visual Grouping Cues to Communicate Complex Informational Structure 8 IEEE TRANSACTIONS ON VISUALIZATION AND COMPUTER GRAPHICS, VOL. 20, NO. 12, DECEMBER 2014 1973 Reinforcing Visual Grouing Cues to Communicate Comlex Informational Structure Juhee Bae and Benjamin Watson

More information

Automatic System for Retinal Disease Screening

Automatic System for Retinal Disease Screening Automatic System for Retinal Disease Screening Arathy.T College Of Engineering Karunagaally Abstract This work investigates discrimination caabilities in the texture of fundus images to differentiate between

More information

Do People s First Names Match Their Faces?

Do People s First Names Match Their Faces? First names and faces 1 Journal of Articles in Suort of the Null Hyothesis Vol. 12, No. 1 Coyright 2015 by Reysen Grou. 1539-8714 www.jasnh.com Do Peole s First Names Match Their Faces? Robin S. S. Kramer

More information

A Note on False Positives and Power in G 3 E Modelling of Twin Data

A Note on False Positives and Power in G 3 E Modelling of Twin Data Behav Genet (01) 4:10 18 DOI 10.100/s10519-011-9480- ORIGINAL RESEARCH A Note on False Positives and Power in G E Modelling of Twin Data Sohie van der Sluis Danielle Posthuma Conor V. Dolan Received: 1

More information

Artificial Intelligence Programming Probability

Artificial Intelligence Programming Probability Artificial Intelligence Programming Probability Chris Brooks Department of Computer Science University of San Francisco Department of Computer Science University of San Francisco p.1/25 17-0: Uncertainty

More information

Complexity Results in Epistemic Planning

Complexity Results in Epistemic Planning Comlexity Results in Eistemic Planning Thomas Bolander, DTU Comute, Tech Univ of Denmark Joint work with: Martin Holm Jensen and Francois Schwarzentruer Comlexity Results in Eistemic Planning. 1/9 Automated

More information

Transitive Relations Cause Indirect Association Formation between Concepts. Yoav Bar-Anan and Brian A. Nosek. University of Virginia

Transitive Relations Cause Indirect Association Formation between Concepts. Yoav Bar-Anan and Brian A. Nosek. University of Virginia 1 Transitive Association Formation Running head: TRANSITIVE ASSOCIATION FORMATION Transitive Relations Cause Indirect Association Formation between Concets Yoav Bar-Anan and Brian A. Nosek University of

More information

Annie Quick and Saamah Abdallah, New Economics Foundation

Annie Quick and Saamah Abdallah, New Economics Foundation Inequalities in wellbeing Annie Quick and Saamah Abdallah, New Economics Foundation Abstract: This aer exlores the nature and drivers of inequality in wellbeing across Euroe. We used the first six rounds

More information

R programs for splitting abridged fertility data into a fine grid of ages using the quadratic optimization method

R programs for splitting abridged fertility data into a fine grid of ages using the quadratic optimization method Max-Planck-Institut für demografische Forschung Max Planck Institute for Demograhic Research Konrad-Zuse-Strasse 1 D-18057 Rostock Germany Tel +49 (0) 3 81 20 81-0 Fax +49 (0) 3 81 20 81-202 www.demogr.mg.de

More information

Comparative analysis of fetal electrocardiogram (ECG) extraction techniques using system simulation

Comparative analysis of fetal electrocardiogram (ECG) extraction techniques using system simulation International Journal of the Physical Sciences Vol. 6(21),. 4952-4959, 30 Setember, 2011 Available online at htt://www.academicjournals.org/ijps DOI: 10.5897/IJPS11.415 ISSN 1992-1950 2011 Academic Journals

More information

Chapter 4: One Compartment Open Model: Intravenous Bolus Administration

Chapter 4: One Compartment Open Model: Intravenous Bolus Administration Home Readings Search AccessPharmacy Adv. Search Alied Bioharmaceutics & Pharmacokinetics, 7e > Chater 4 Chater 4: One Comartment Oen Model: Intravenous Bolus Administration avid S.H. Lee CHAPTER OBJECTIVES

More information

The Model and Analysis of Conformity in Opinion Formation

The Model and Analysis of Conformity in Opinion Formation roceedings of the 7th WSEAS International Conference on Simulation, Modelling and Otimization, Beijing, China, Setember 5-7, 2007 463 The Model and Analysis of Conformity in Oinion Formation ZHANG LI,

More information

Probabilistic Plan Recognition for Hostile Agents. Christopher W. Geib and Robert P. Goldman. Honeywell Technology Center

Probabilistic Plan Recognition for Hostile Agents. Christopher W. Geib and Robert P. Goldman. Honeywell Technology Center Probabilistic Plan Recognition for Hostile Agents Christopher W. Geib Robert P. Goldman Honeywell Technology Center Minneapolis, MN 55418 USA fgeib,goldmang@htc.honeywell.com Abstract This paper presents

More information

Dental X-rays and Risk of Meningioma: Anatomy of a Case-Control Study

Dental X-rays and Risk of Meningioma: Anatomy of a Case-Control Study research-article2013 JDRXXX10.1177/0022034513484338 PERSPECTIVE D. Dirksen*, C. Runte, L. Berghoff, P. Scheutzel, and L. Figgener Deartment of Prosthetic Dentistry and Biomaterials, University of Muenster,

More information

Anchor Selection Strategies for DIF Analysis: Review, Assessment, and New Approaches

Anchor Selection Strategies for DIF Analysis: Review, Assessment, and New Approaches Anchor Selection Strategies for DIF Analysis: Review, Assessment, and New Aroaches Julia Kof LMU München Achim Zeileis Universität Innsbruck Carolin Strobl UZH Zürich Abstract Differential item functioning

More information

IN a recent article (Iwasa and Pomiankowski 1999),

IN a recent article (Iwasa and Pomiankowski 1999), Coyright 001 by the Genetics Society of America The Evolution of X-Linked Genomic Imrinting Yoh Iwasa* and Andrew Pomiankowski *Deartment of Biology, Kyushu University, Fukuoka 81-8581, Jaan and Deartment

More information

Fusing Procedural and Declarative Planning Goals for Nondeterministic Domains

Fusing Procedural and Declarative Planning Goals for Nondeterministic Domains Proceedings of the wenty-hird AAAI Conference on Artificial Intelligence (2008) Fusing Procedural and Declarative Planning Goals for Nondeterministic Domains Dzmitry Shaarau FBK-IRS, rento, Italy shaarau@fbk.eu

More information

Decision Analysis Rates, Proportions, and Odds Decision Table Statistics Receiver Operating Characteristic (ROC) Analysis

Decision Analysis Rates, Proportions, and Odds Decision Table Statistics Receiver Operating Characteristic (ROC) Analysis Decision Analysis Rates, Proortions, and Odds Decision Table Statistics Receiver Oerating Characteristic (ROC) Analysis Paul Paul Barrett Barrett email: email:.barrett@liv.ac.uk htt://www.liv.ac.uk/~barrett/aulhome.htm

More information

Polymorbidity in diabetes in older people: consequences for care and vocational training

Polymorbidity in diabetes in older people: consequences for care and vocational training 763 ORIGINAL ARTICLE Polymorbidity in diabetes in older eole: consequences for care and vocational training B van Bussel, E Pijers, I Ferreira, P Castermans, A Nieuwenhuijzen Kruseman... See end of article

More information

An Intuitive Approach to Understanding the Attributable Fraction of Disease Due to a Risk Factor: The Case of Smoking

An Intuitive Approach to Understanding the Attributable Fraction of Disease Due to a Risk Factor: The Case of Smoking Int. J. Environ. Res. Public Health 2013, 10, 2932-2943; doi:10.3390/ijerh10072932 Article International Journal of Environmental Research and Public Health I 1660-4601 www.mdi.com/journal/ijerh An Intuitive

More information

Patterns of Inheritance

Patterns of Inheritance atterns of Inheritance Introduction Dogs are one of man s longest genetic exeriments. Over thousands of years, humans have chosen and mated dogs with secific traits. The results : an incredibly diversity

More information

Introducing Two-Way and Three-Way Interactions into the Cox Proportional Hazards Model Using SAS

Introducing Two-Way and Three-Way Interactions into the Cox Proportional Hazards Model Using SAS Paer SD-39 Introducing Two-Way and Three-Way Interactions into the Cox Proortional Hazards Model Using SAS Seungyoung Hwang, Johns Hokins University Bloomberg School of Public Health ABSTRACT The Cox roortional

More information

Brain regions supporting intentional and incidental memory: a PET study

Brain regions supporting intentional and incidental memory: a PET study Learning and Memory NeuroReort 8, 283 287 (997) REGIONAL brain activity associated with intentional and incidental memory retrieval was studied with PET. Previously studied and new words were resented

More information

Urban traffic-related determinants of health questionnaire

Urban traffic-related determinants of health questionnaire Original Article Medical Journal of the Islamic Reublic of Iran (MJIRI) Iran University of Medical Sciences Downloaded from mjiri.iums.ac.ir at : IRST on Monday November th 0 Urban traffic-related determinants

More information

Presymptomatic Risk Assessment for Chronic Non- Communicable Diseases

Presymptomatic Risk Assessment for Chronic Non- Communicable Diseases Presymtomatic Risk Assessment for Chronic Non- Communicable Diseases Badri Padhukasahasram 1 *. a, Eran Halerin 1. b c, Jennifer Wessel 1 d, Daryl J. Thomas 1 e, Elana Silver 1, Heather Trumbower 1, Michele

More information

Linear Theory, Dimensional Theory, and the Face-Inversion Effect

Linear Theory, Dimensional Theory, and the Face-Inversion Effect Psychological Review Coyright 2004 by the American Psychological Association, Inc. 2004 (in ress) A long list of strange numbers will aear here in the actual article Linear Theory, Dimensional Theory,

More information

Prefrontal cortex fmri signal changes are correlated with working memory load

Prefrontal cortex fmri signal changes are correlated with working memory load Cognitive Neuroscience and Neurosychology NeuroReort 8, 545 549 (997) WE investigated whether a nonsatial working memory (WM) task would activate dorsolateral refrontal cortex (DLPFC) and whether activation

More information

Regularized Joint Estimation of Related VAR Models via Group Lasso

Regularized Joint Estimation of Related VAR Models via Group Lasso Research Article Regularized Joint Estimation of Related VAR Models via Grou Lasso Sriniov A *, and Michailidis G Deartment of Mathematics, University of Houston, Houston, Texas, USA Deartment of Statistics,

More information

Identification and low-complexity regime-switching insulin control of type I diabetic patients

Identification and low-complexity regime-switching insulin control of type I diabetic patients J. Biomedical cience and Engineering,, 4, 97-34 doi:.436/jbise..444 Published Online Aril (htt://www.cirp.org/journal/jbise/). Identification and low-comlexity regime-switching insulin control of tye I

More information

Performance of the Vocal Source Related Features from the Linear Prediction Residual Signal in Speech Emotion Recognition

Performance of the Vocal Source Related Features from the Linear Prediction Residual Signal in Speech Emotion Recognition Performance of the Vocal Source Related Features from the Linear Prediction Residual Signal in Seech Emotion Recognition Rajesvary Rajoo 1, 2 and Rosalina Abdul Salam 1 1 Faculty of Science and Technology,

More information

Theory of mind in the brain. Evidence from a PET scan study of Asperger syndrome

Theory of mind in the brain. Evidence from a PET scan study of Asperger syndrome Clinical Neuroscience and Neuroathology NeuroReort 8, 97 20 (996) THE ability to attribute mental states to others ( theory of mind ) ervades normal social interaction and is imaired in autistic individuals.

More information

SOME ASSOCIATIONS BETWEEN BLOOD GROUPS AND DISEASE

SOME ASSOCIATIONS BETWEEN BLOOD GROUPS AND DISEASE SOME ASSOCIATIONS BETWEEN BLOOD GROUPS AND DISEASE J. A. FRASER ROBERTS MX). D.Sc. F.R.C.P. Medical Research Council Clinical Genetics Research Unit Institute of Child Health The Hosital for Sick Children

More information

carinzz prophylactic regimens

carinzz prophylactic regimens Genitourin Med 1997;73:139-143 Continuing medical education HIV Eidemiology Unit, Chelsea and Westminster Hosital, 369 Fulham Road, London SW10 9TH, UK P J Easterbrook Acceted for ublication 8 October

More information

Sampling methods Simple random samples (used to avoid a bias in the sample)

Sampling methods Simple random samples (used to avoid a bias in the sample) Objectives Samling methods Simle random samles (used to avoid a bias in the samle) More reading (Section 1.3): htts://www.oenintro.org/stat/textbook.h?stat_book=os Chaters 1.3.2 and 1.3.3. Toics: Samling

More information

Research Article Deep Learning Based Syndrome Diagnosis of Chronic Gastritis

Research Article Deep Learning Based Syndrome Diagnosis of Chronic Gastritis Comutational and Mathematical Methods in Medicine, Article ID 938350, 8 ages htt://dxdoiorg/101155/2014/938350 Research Article Dee Learning Based Syndrome Diagnosis of Chronic Gastritis Guo-Ping Liu,

More information

Interactions between Symptoms and Motor and Visceral Sensory Responses of Irritable Bowel Syndrome Patients to Spasmolytics (Antispasmodics)

Interactions between Symptoms and Motor and Visceral Sensory Responses of Irritable Bowel Syndrome Patients to Spasmolytics (Antispasmodics) Interactions between Symtoms and Motor and Visceral Sensory Resonses of Irritable Bowel Syndrome Patients to Sasmolytics (Antisasmodics) Igor L.Khalif 1, Eamonn M.M.Quigley 2, P.A.Makarchuk 1, O.V.Golovenko

More information

King s Research Portal

King s Research Portal King s Research Portal Document Version Peer reviewed version Link to ublication record in King's Research Portal Citation for ublished version (APA): Murrells, T., Ball, J., Maben, J., Lee, G., Cookson,

More information

Applying Inhomogeneous Probabilistic Cellular Automata Rules on Epidemic Model

Applying Inhomogeneous Probabilistic Cellular Automata Rules on Epidemic Model Alying Inomogeneous Probabilistic Cellular Automata Rules on Eidemic Model Wesam M. Elsayed 1 Deartment of Matematics, Faculty of Science,Mansoura University, Mansoura, 35516, Egyt. Mansoura, Egyt. Amed

More information

Title: Correlates of quality of life of overweight and obese patients: a pharmacy-based cross-sectional survey

Title: Correlates of quality of life of overweight and obese patients: a pharmacy-based cross-sectional survey Author's resonse to reviews Title: Correlates of quality of life of overweight and obese atients: a harmacy-based cross-sectional survey Authors: Laurent Laforest (laurent.laforest@chu-lyon.fr) Eric Van

More information

Bayesian design using adult data to augment pediatric trials

Bayesian design using adult data to augment pediatric trials ARTICLE Clinical Trials 2009; 6: 297 304 Bayesian design using adult data to augment ediatric trials David A Schoenfeld, Hui Zheng and Dianne M Finkelstein Background It can be difficult to conduct ediatric

More information

State-Trace Analysis of the Face Inversion Effect

State-Trace Analysis of the Face Inversion Effect State-Trace Analysis of the Face Inversion Effect Melissa Prince (Melissa.Prince@newcastle.edu.au) School of Psychology, The University of Newcastle University Drive, Callaghan, 2308, NSW Australia Andrew

More information

ERA: Architectures for Inference

ERA: Architectures for Inference ERA: Architectures for Inference Dan Hammerstrom Electrical And Computer Engineering 7/28/09 1 Intelligent Computing In spite of the transistor bounty of Moore s law, there is a large class of problems

More information

The dynamic evolution of the power exponent in a universal growth model of tumors

The dynamic evolution of the power exponent in a universal growth model of tumors Journal of Theoretical Biology 240 (2006) 459 463 www.elsevier.com/locate/yjtbi The dynamic evolution of the ower exonent in a universal growth model of tumors Caterina Guiot a,b,, Pier Paolo Delsanto

More information

Chapter 11 Multiway Search Trees

Chapter 11 Multiway Search Trees Chater 11 Multiway Search Trees m-way Search Trees B-Trees B + -Trees C-C Tsai P.1 m-way Search Trees Definition: An m-way search tree is either emty or satisfies the following roerties: The root has at

More information

Online publication date: 01 October 2010

Online publication date: 01 October 2010 This article was downloaded by: [BIUS Jussieu/Paris 6] On: 10 June 2011 Access details: Access Details: [subscrition number 770172261] Publisher Psychology Press Informa Ltd Registered in England and Wales

More information

Shape Analysis of the Left Ventricular Endocardial Surface and Its Application in Detecting Coronary Artery Disease

Shape Analysis of the Left Ventricular Endocardial Surface and Its Application in Detecting Coronary Artery Disease Shae Analysis of the Left Ventricular Endocardial Surface and Its Alication in Detecting Coronary Artery Disease Anirban Mukhoadhyay, Zhen Qian 2, Suchendra Bhandarkar, Tianming Liu, and Szilard Voros

More information

[1] provides a philosophical introduction to the subject. Simon [21] discusses numerous topics in economics; see [2] for a broad economic survey.

[1] provides a philosophical introduction to the subject. Simon [21] discusses numerous topics in economics; see [2] for a broad economic survey. Draft of an article to appear in The MIT Encyclopedia of the Cognitive Sciences (Rob Wilson and Frank Kiel, editors), Cambridge, Massachusetts: MIT Press, 1997. Copyright c 1997 Jon Doyle. All rights reserved

More information

Randomized controlled trials: who fails run-in?

Randomized controlled trials: who fails run-in? Rees et al. Trials (2016) 17:374 DOI 10.1186/s13063-016-1451-9 RESEARCH Oen Access Randomized controlled trials: who fails run-in? Judy R. Rees 1, Leila A. Mott 1, Elizabeth L. Barry 1, John A. Baron 1,2,

More information

Comparison of Water Seal and Suction After Pulmonary Lobectomy: A Prospective, Randomized Trial

Comparison of Water Seal and Suction After Pulmonary Lobectomy: A Prospective, Randomized Trial GENERAL THORACIC Comarison of Water Seal and Suction After Pulmonary Lobectomy: A Prosective, Randomized Trial Alessandro Brunelli, MD, Marco Monteverde, MD, Alessandro Borri, MD, Michele Salati, MD, Rita

More information

Risk and Rationality: Uncovering Heterogeneity in Probability Distortion

Risk and Rationality: Uncovering Heterogeneity in Probability Distortion Risk and Rationality: Uncovering Heterogeneity in Probability Distortion Adrian Bruhin Helga Fehr-Duda Thomas Eer February 17, 2010 Abstract It has long been recognized that there is considerable heterogeneity

More information

Child attention to pain and pain tolerance are dependent upon anxiety and attention

Child attention to pain and pain tolerance are dependent upon anxiety and attention Child attention to ain and ain tolerance are deendent uon anxiety and attention control: An eye-tracking study Running Head: Child anxiety, attention control, and ain Heathcote, L.C. 1, MSc, Lau, J.Y.F.,

More information

Theoretical Neuroscience Rising

Theoretical Neuroscience Rising Theoretical Neuroscience Rising L.F. Abbott 1, * 1 Deartment of Neuroscience and Deartment of Physiology and Cellular Biohysics, Columbia University Medical Center, New York, NY 10032, USA *Corresondence:

More information

Research Article ABSTRACT. Amanda Myhren-Bennett College of Nursing, University of South Carolina, Columbia, SC 29208, USA

Research Article ABSTRACT. Amanda Myhren-Bennett College of Nursing, University of South Carolina, Columbia, SC 29208, USA Quality in Primary Care (2017) 25 (3): 176-186 2017 Insight Medical Publishing Grou Research Article Research Article Adherence to Standards of Practice Treating Diabetes between Physicians and Nurse Practitioners:

More information

The effect of presentation time and working memory load on emotion recognition.

The effect of presentation time and working memory load on emotion recognition. Research Article htt://www.alliedacademies.org/journal-of-sychology-and-cognition/ The effect of resentation time and working memory load on emotion recognition. Tsouli A, Pateraki L, Sentza I, Nega C*

More information

Plan Recognition through Goal Graph Analysis

Plan Recognition through Goal Graph Analysis Plan Recognition through Goal Graph Analysis Jun Hong 1 Abstract. We present a novel approach to plan recognition based on a two-stage paradigm of graph construction and analysis. First, a graph structure

More information

Effect of training frequency on the learning curve on the da Vinci Skills Simulator

Effect of training frequency on the learning curve on the da Vinci Skills Simulator ORIGINAL ARTICLE Effect of training frequency on the learning curve on the da Vinci Skills Simulator Ute Walliczek, MD, 1 Arne F ortsch, 1 Phili Dworschak, MD, 2 Afshin Teymoortash, MD, 1 Magis Mandaathil,

More information

Comparative judgments of animal intelligence and pleasantness

Comparative judgments of animal intelligence and pleasantness Memory & Cognition 1980, Vol. 8 (1), 39-48 Comarative judgments of animal intelligence and leasantness ALLAN PAIVIO and MARC MARSCHARK University of Western Ontario, London, Ontario N6A 5C2, Canada Symbolic

More information

Mendel Laid the Groundwork for Genetics Traits Genetics Gregor Mendel Mendel s Data Revealed Patterns of Inheritance Experimental Design purebred

Mendel Laid the Groundwork for Genetics Traits Genetics Gregor Mendel Mendel s Data Revealed Patterns of Inheritance Experimental Design purebred Genetics Notes Mendel Laid the Groundwork for Genetics Traits are distinguishing characteristics that are inherited, such as eye color, leaf shae, and tail length. Genetics is the study of biological inheritance

More information

Origins of Hereditary Science

Origins of Hereditary Science Section 1 Origins of Hereditary Science Key Ideas V Why was Gregor Mendel imortant for modern genetics? V Why did Mendel conduct exeriments with garden eas? V What were the imortant stes in Mendel s first

More information

Relating mean blood glucose and glucose variability to the risk of multiple episodes of hypoglycaemia in type 1 diabetes

Relating mean blood glucose and glucose variability to the risk of multiple episodes of hypoglycaemia in type 1 diabetes Diabetologia (2007) 50:2553 2561 DOI 10.1007/s00125-007-0820-z ARTICLE Relating mean blood glucose and glucose variability to the risk of multile eisodes of hyoglycaemia in tye 1 diabetes E. S. Kilatrick

More information

Plan Recognition through Goal Graph Analysis

Plan Recognition through Goal Graph Analysis Plan Recognition through Goal Graph Analysis Jun Hong 1 Abstract. We present a novel approach to plan recognition based on a two-stage paradigm of graph construction and analysis. First, a graph structure

More information

Decisions and Dependence in Influence Diagrams

Decisions and Dependence in Influence Diagrams JMLR: Workshop and Conference Proceedings vol 52, 462-473, 2016 PGM 2016 Decisions and Dependence in Influence Diagrams Ross D. hachter Department of Management cience and Engineering tanford University

More information

Evaluation of EEG features during Overt Visual Attention during Neurofeedback Game

Evaluation of EEG features during Overt Visual Attention during Neurofeedback Game 2014 IEEE International Conference on Systems, Man, and Cybernetics October 5-8, 2014, San Diego, CA, USA Evaluation of EEG features during Overt Visual Attention during Neurofeedback Game Kavitha P Thomas

More information

The duration of the attentional blink in natural scenes depends on stimulus category

The duration of the attentional blink in natural scenes depends on stimulus category Vision Research 47 (2007) 597 7 www.elsevier.com/locate/visres The duration of the attentional blink in natural scenes deends on stimulus category Wolfgang Einhäuser a, *, Christof Koch a,b, Scott Makeig

More information

Constipation in adults with neurofibromatosis type 1

Constipation in adults with neurofibromatosis type 1 Ejerskov et al. Orhanet Journal of Rare Diseases (2017) 12:139 DOI 10.1186/s13023-017-0691-4 RESEARCH Oen Access Constiation in adults with neurofibromatosis tye 1 Cecilie Ejerskov 1,2,3*, Klaus Krogh

More information

In Intelligent Information Systems, M. Klopotek, M. Michalewicz, S.T. Wierzchon (eds.), pp , Advances in Soft Computing Series,

In Intelligent Information Systems, M. Klopotek, M. Michalewicz, S.T. Wierzchon (eds.), pp , Advances in Soft Computing Series, In Intelligent Information Systems, M. Klopotek, M. Michalewicz, S.T. Wierzchon (eds.), pp. 303-313, Advances in Soft Computing Series, Physica-Verlag (A Springer-Verlag Company), Heidelberg, 2000 Extension

More information

Cost Advantages of an Ad Hoc Angioplasty Strategy

Cost Advantages of an Ad Hoc Angioplasty Strategy 321 Cost Advantages of an Angiolasty Strategy CHITURU ADELE, MD,* PAUL T. VAITKUS, MD, FACC,* SUSANNAH K. WELLS, JONATHAN B. ZEHNACKER Burlington, Vermont Objectives. We sought to determine the cost advantage

More information

Research. Dental Hygienist Attitudes toward Providing Care for the Underserved Population. Introduction. Abstract. Lynn A.

Research. Dental Hygienist Attitudes toward Providing Care for the Underserved Population. Introduction. Abstract. Lynn A. Dental Hygienist Attitudes toward Providing Care for the Underserved Poulation Lynn A. Marsh RDH, EdD Introduction The Surgeon General s Reort on Oral Health identified barriers to care as restraining

More information

Inference in Cognitive Maps. Michael P. Wellman. University of Michigan Beal Avenue. Ann Arbor, MI 48109, USA.

Inference in Cognitive Maps. Michael P. Wellman. University of Michigan Beal Avenue. Ann Arbor, MI 48109, USA. Inference in Cognitive Maps Michael P. Wellman University of Michigan Articial Intelligence Laboratory 1101 Beal Avenue Ann Arbor, MI 48109, USA wellman@engin.umich.edu Abstract Cognitive mapping is a

More information

On the Representation of Nonmonotonic Relations in the Theory of Evidence

On the Representation of Nonmonotonic Relations in the Theory of Evidence On the Representation of Nonmonotonic Relations in the Theory of Evidence Ronald R. Yager Machine Intelligence Institute Iona College New Rochelle, NY 10801 Abstract A Dempster-Shafer belief structure

More information

STAT 200. Guided Exercise 7

STAT 200. Guided Exercise 7 STAT 00 Guided Exercise 7 1. There are two main retirement lans for emloyees, Tax Sheltered Annuity (TSA) and a 401(K). A study in North Carolina investigated whether emloyees with similar incomes differ

More information

Decision-Theoretic Psychiatry

Decision-Theoretic Psychiatry 562040CPXXXX10.1177/2167702614562040Huys et al.decision-theoretic Psychiatry review-article2015 Secial Series: Comutational Psychiatry Decision-Theoretic Psychiatry Quentin J. M. Huys 1,2, Marc Guitart-Masi

More information

+ + =?? Blending of Traits. Mendel. History of Genetics. Mendel, a guy WAY ahead of his time. History of Genetics

+ + =?? Blending of Traits. Mendel. History of Genetics. Mendel, a guy WAY ahead of his time. History of Genetics History of Genetics In ancient times, eole understood some basic rules of heredity and used this knowledge to breed domestic animals and cros. By about 5000 BC, for examle, eole in different arts of the

More information

Omnipotence Without Omniscience: Efficient Sensor Management for Planning

Omnipotence Without Omniscience: Efficient Sensor Management for Planning From: AAAI-94 Proceedings. Copyright 1994, AAAI (www.aaai.org). All rights reserved. Omnipotence Without Omniscience: Efficient Sensor Management for Planning Keith Golden Oren Etzioni Daniel Weld* Department

More information

ANALYTICAL AND COMPUTATIONAL ESTIMATION OF PATELLOFEMORAL FORCES IN THE KNEE UNDER SQUATTING AND ISOMETRIC MOTION

ANALYTICAL AND COMPUTATIONAL ESTIMATION OF PATELLOFEMORAL FORCES IN THE KNEE UNDER SQUATTING AND ISOMETRIC MOTION ANALYTICAL AND COMPUTATIONAL ESTIMATION O PATELLOEMORAL ORCES IN THE KNEE UNDER SQUATTING AND ISOMETRIC MOTION G. ekete, B. Málnási Csizmadia, M. A. Wahab, P. De Baets Laboratory Soete, Ghent University,

More information

Asthma Prescribing Practices of Government and Private Doctors in Malaysia - A Nationwide Questionnaire Survey

Asthma Prescribing Practices of Government and Private Doctors in Malaysia - A Nationwide Questionnaire Survey ASIAN PACIFIC JOURNAL OF ALLERGY AND IMMUNOLOGY (2005) 23: 7-17 Asthma Prescribing Practices of and Doctors in Malaysia - A Nationwide Questionnaire Survey Li-Cher Loh and Pei-Se Wong SUMMARY A self-answered,

More information

A model of HIV drug resistance driven by heterogeneities in host immunity and adherence patterns

A model of HIV drug resistance driven by heterogeneities in host immunity and adherence patterns a. Adherence attern Based on hyothesized causes and timescales Month b. Pharmacokinetics Liver TDF TFV ME ME Cell membrane c. Pharmacodynamics TDF= R relative to WT 1.8.6.4.2 WT K65R M184V TFV MP DP -4-2

More information

Getting to Goal: Managed Care Strategies for Children, Adolescents, and Adults With ADHD

Getting to Goal: Managed Care Strategies for Children, Adolescents, and Adults With ADHD n osttest n Getting to Goal: Managed Care Strategies for Children, Adolescents, and Adults With ADHD Instructions There are no fees for articiating in and receiving CME credit for this activity. During

More information

EC352 Econometric Methods: Week 07

EC352 Econometric Methods: Week 07 EC352 Econometric Methods: Week 07 Gordon Kemp Department of Economics, University of Essex 1 / 25 Outline Panel Data (continued) Random Eects Estimation and Clustering Dynamic Models Validity & Threats

More information

GRUNDFOS DATA BOOKLET. Hydro Grundfos Hydro 2000 booster sets with 2 to 6 CR(E) pumps 50 Hz

GRUNDFOS DATA BOOKLET. Hydro Grundfos Hydro 2000 booster sets with 2 to 6 CR(E) pumps 50 Hz GRUNDFOS DATA OOKET ydro Grundfos ydro booster sets with 2 to 6 CR(E) ums z Contents Product data Performance range 3 ydro 4 Control 4 Functions 4 Alication and need 5 Water suly 5 Industry 5 Irrigation

More information

Surgical resection is the primary curative treatment modality

Surgical resection is the primary curative treatment modality ORIGINAL ARTICLE Use of a Surgical Secimen-Collection Kit to Imrove Mediastinal Lymh-Node Examination of Resectable Lung Cancer Raymond U. Osarogiagbon, MBBS, FACP,* Laura E. Miller, MD, Robert A. Ramirez,

More information

University of Groningen. Variations in working memory capacity Gulbinaite, Rasa

University of Groningen. Variations in working memory capacity Gulbinaite, Rasa University of Groningen Variations in working memory caacity Gulbinaite, Rasa IMPORTANT NOTE: You are advised to consult the ublisher's version (ublisher's PDF) if you wish to cite from it. Please check

More information