Troncatures dans les modèles linéaires simples et à effets mixtes sous R

Size: px
Start display at page:

Download "Troncatures dans les modèles linéaires simples et à effets mixtes sous R"

Transcription

1 Troncatures dans les modèles linéaires simples et à effets mixtes sous R Lyon, 27 et 28 juin 2013 D.Thiam, J.C Thalabard, G.Nuel Université Paris Descartes MAP5 UMR CNRS 8145 IRD UMR 216 2èmes Rencontres D. THIAM (Paris Descartes) Troncatures 1 / 11

2 Motivations Le modèle linéaire simple y x1 x y: outcome, x 1, x 2 covariables Le modèle: Y = Xβ + ε (1, X = X 1, X 2 ); β = (β 0, β 1, β 2 ) Θ = (β, σ); σ=sd(ε) Θ = (1, 1, 2, 0.8); n = 1000 Maximum de vraisemblance n L(Θ; y) = f(y i ) Θ = arg max L(Θ; y) Θ 1 fonction R lm lm(y x 1 + x 2 ) Θ = (0.66, 0.98, 2.08, 0.79) D. THIAM (Paris Descartes) Troncatures 2 / 11

3 Motivations Le modèle linéaire simple y x1 x y: outcome, x 1, x 2 covariables Le modèle: Y = Xβ + ε (1, X = X 1, X 2 ); β = (β 0, β 1, β 2 ) Θ = (β, σ); σ=sd(ε) Θ = (1, 1, 2, 0.8); n = 1000 Maximum de vraisemblance L =sum(dnorm(y,mean=xβ,sd=σ,log=t)) Θ = arg max Θ L fonction R lm lm(y x 1 + x 2 ) Θ = (0.66, 0.98, 2.08, 0.79) D. THIAM (Paris Descartes) Troncatures 2 / 11

4 Motivations Le modèle linéaire avec troncatures y x1 x High Low Low y: outcome, x 1, x 2 covariables Y = Xβ + ε si l y i < u Low=y i 13 High=y i 15.4 Maximum de vraisemblance L(Θ; y) = f(y i ) + Φ(l) + (1 Φ(u)) Fonctions R : tobit,censreg tobit(y x 1 + x 2,left=13,right=15.4) Θ = (0.6751, , , 0.728) D. THIAM (Paris Descartes) Troncatures 3 / 11

5 Motivations Le modèle linéaire avec troncatures y x1 x High Low Low y: outcome, x 1, x 2 covariables Y = Xβ + ε si l y i < u Low=y i 13 High=y i 15.4 Maximum de vraisemblance L =sum(dnorm(y,mean=xβ,sd=σ,log=t)) +sum(pnorm(t,mean=xβ,sd=σ,log=t)) +sum(pnorm(u,mean=xβ,sd=σ,log=t, lower.tail=f)) Fonctions R : tobit,censreg tobit(y x 1 + x 2,left=13,right=15.4) Θ = (0.6751, , , 0.728) D. THIAM (Paris Descartes) Troncatures 3 / 11

6 Motivations Le modèle linéaire tronqué: extension y x1 x High Low Low Low Low y: outcome, x 1, x 2 covariables Y = Xβ + ε si l y i < u Low 1 =y i 13; Low 2 =y i 13.72! aximum de vraisemblance L(Θ; y) = f(y i ) + Φ(l i ) + (1 Φ(u i )) Limites tobit,censreg Pas de seuils multiples Résidus calculés par imputation simple Alternative: Implémentation d un algorithme EM adapté D. THIAM (Paris Descartes) Troncatures 4 / 11

7 Motivations Le modèle linéaire tronqué: extension y x1 x High Low Low Low Low y: outcome, x 1, x 2 covariables Y = Xβ + ε si l y i < u Low 1 =y i 13; Low 2 =y i 13.72! aximum de vraisemblance =sum(dnorm(y,mean=xβ,sd=σ,log=t)) sum(pnorm(t i,mean=xβ,sd=σ,log=t)) sum(pnorm(u i,mean=xβ,sd=σ,log=t, ower.tail=f)) Limites tobit,censreg Pas de seuils multiples Résidus calculés par imputation simple Alternative: Implémentation d un algorithme EM adapté D. THIAM (Paris Descartes) Troncatures 4 / 11

8 Notre approche: EM flexible Algorithe EM y O données observées; y T données tronquées M(θ) = arg max P(y T y O ; θ) log P(y O, y T ; θ ) dz dy T θ y } T {{ } Q(θ θ) y T y O loi normale tronquée log P(y O, y T ; θ ) donné par lm à y T fixé. P(y T y O ; θ) joue le rôle de poids EM flexlible pour Tobit 1) Générer N quantiles de la loi y T y O 2) Maximiser la vraisemblance des données complètes avec lm+ option weights 3) Alterner les deux étapes jusqu à convergence D. THIAM (Paris Descartes) Troncatures 5 / 11

9 Nombre optimal de quantiles Figure: Etude de la variabilité de l estimation en fonction du nombre de paramètres D. THIAM (Paris Descartes) Troncatures 6 / 11

10 Extension au modèle mixte Le modèle y ij = βx ij + z i + ε ij ; (lmer) l ij y ij < u ij z N(0, η); ε N(0, σ) Algorithme EM M(θ) = arg max θ P(z, y T y O ; θ) log P(y O, z, y T ; θ ) dz dy T z y } T {{ } Q(θ θ) Introduction de variables latentes continues y O : données observées y T variable latente continue: données tronquées z variable latente continue: effets aléatoires Approximation de la vraisemblance des données complètes Maximisation de cette vraisemblance avec les fonctions R usuelles D. THIAM (Paris Descartes) Troncatures 7 / 11

11 Extension au modèle mixte Remarque: y T fixé = lmer Solution Alernative: Modèle Tobit avec effets aléatoires z fixé = tobit Modèle mixte avec troncatures multiples Solution alternatives 1) EM combiné avec lmer du package lme4 M lmer (θ) = arg max P(y T y O ; θ) log P(y O, y T ; θ ) dy T θ y } T {{ } Q(θ θ) 2) EM combiné avec tobit des packages censreg ou AER M tobit (θ) = arg max P(z y O ; θ) log P(y O, z; θ ) dz θ z } {{ } Q(θ θ) D. THIAM (Paris Descartes) Troncatures 8 / 11

12 Extension au modèle mixte Etapes de l algorithme version lmer 1 ) Création des données complètes en remplaçant les données tronquées par N quantiles q ijk = (q ij1,..., q ijn ) 2 ) Estimation des paramètres du modèle mixte avec lmer 3 ) Mise à jour des paramètres et répétion jusqu à convergence Lois conditionnelles Pour chaque bloc i: i, y i,o, y i,t : y i, est un vecteur Gaussien avec pour loi N (βx i, Σ) σ 2 + η 2 η 2 η 2 Σ = η η 2 σ 2 + η ( 2 y i,t y i,o N t µi, Σ i, lower = t ) N t la loi normale tronqué µ i = βx i,t + Σ i,t,o Σ 1 i,o,o (y O,i µ i,o ) Σ i = Σ i,t,t Σ i,t,o Σ 1 i,o,o Σ i,o,t D. THIAM (Paris Descartes) Troncatures 9 / 11

13 Figure: Comparaison de la stabilité des paramètres en itérant les calculs en modifiant le taux de troncatures. 30% par FEM vs 40% par FEM D. THIAM (Paris Descartes) Troncatures 10 / 11

14 Figure: Comparaison de la stabilité des paramètres en itérant les calculs. 45% de troncatures par FEM; vs 10% de troncatures par imputation simple D. THIAM (Paris Descartes) Troncatures 10 / 11

15 Algorithme EM flexible : avantages Gestion externe des variables latentes Méthodologie flexible Utilisation des packages R familiers Seuils multiples autorisés Convergence rapide Algorithme EM flexible : extensions Modèle linéaire généralisé Introduction de classes latentes Recommendations Option weights!! Applications Application 1: mesures ELISA en immunologie (UMR 216 IRD) Application 2: Méta-analyse sur test de diagnostic à données corrélées avec statut réel du patient (Malade/non malade) latent( J.C. Thalabard). D. THIAM (Paris Descartes) Troncatures 11 / 11

Personnalisez votre intérieur avec les revêtements imprimés ALYOS design

Personnalisez votre intérieur avec les revêtements imprimés ALYOS design Plafond tendu à froid ALYOS technology ALYOS technology vous propose un ensemble de solutions techniques pour vos intérieurs. Spécialiste dans le domaine du plafond tendu, nous avons conçu et développé

More information

Introduction au BIM. ESEB 38170 Seyssinet-Pariset Economie de la construction email : contact@eseb.fr

Introduction au BIM. ESEB 38170 Seyssinet-Pariset Economie de la construction email : contact@eseb.fr Quel est l objectif? 1 La France n est pas le seul pays impliqué 2 Une démarche obligatoire 3 Une organisation plus efficace 4 Le contexte 5 Risque d erreur INTERVENANTS : - Architecte - Économiste - Contrôleur

More information

Introduction. GEAL Bibliothèque Java pour écrire des algorithmes évolutionnaires. Objectifs. Simplicité Evolution et coévolution Parallélisme

Introduction. GEAL Bibliothèque Java pour écrire des algorithmes évolutionnaires. Objectifs. Simplicité Evolution et coévolution Parallélisme GEAL 1.2 Generic Evolutionary Algorithm Library http://dpt-info.u-strasbg.fr/~blansche/fr/geal.html 1 /38 Introduction GEAL Bibliothèque Java pour écrire des algorithmes évolutionnaires Objectifs Généricité

More information

RAPPORT FINANCIER ANNUEL PORTANT SUR LES COMPTES 2014

RAPPORT FINANCIER ANNUEL PORTANT SUR LES COMPTES 2014 RAPPORT FINANCIER ANNUEL PORTANT SUR LES COMPTES 2014 En application de la loi du Luxembourg du 11 janvier 2008 relative aux obligations de transparence sur les émetteurs de valeurs mobilières. CREDIT

More information

Calcul parallèle avec R

Calcul parallèle avec R Calcul parallèle avec R ANF R Vincent Miele CNRS 07/10/2015 Pour chaque exercice, il est nécessaire d ouvrir une fenètre de visualisation des processes (Terminal + top sous Linux et Mac OS X, Gestionnaire

More information

Memory Eye SSTIC 2011. Yoann Guillot. Sogeti / ESEC R&D yoann.guillot(at)sogeti.com

Memory Eye SSTIC 2011. Yoann Guillot. Sogeti / ESEC R&D yoann.guillot(at)sogeti.com Memory Eye SSTIC 2011 Yoann Guillot Sogeti / ESEC R&D yoann.guillot(at)sogeti.com Y. Guillot Memory Eye 2/33 Plan 1 2 3 4 Y. Guillot Memory Eye 3/33 Memory Eye Analyse globale d un programme Un outil pour

More information

Liste d'adresses URL

Liste d'adresses URL Liste de sites Internet concernés dans l' étude Le 25/02/2014 Information à propos de contrefacon.fr Le site Internet https://www.contrefacon.fr/ permet de vérifier dans une base de donnée de plus d' 1

More information

Audit de sécurité avec Backtrack 5

Audit de sécurité avec Backtrack 5 Audit de sécurité avec Backtrack 5 DUMITRESCU Andrei EL RAOUSTI Habib Université de Versailles Saint-Quentin-En-Yvelines 24-05-2012 UVSQ - Audit de sécurité avec Backtrack 5 DUMITRESCU Andrei EL RAOUSTI

More information

M1 UE3 Examen final 2014 / 2015 : China infrastructures strategy

M1 UE3 Examen final 2014 / 2015 : China infrastructures strategy UE3 : Marchés internationaux Amonts M1 UE3 Examen final 2014 / 2015 : China infrastructures strategy Pascal ALBERTINI 14/05/2015 L7N 1 China Infrastructures Strategy Vous, Patrick KRON, Président d Alstom,

More information

GSAC CONSIGNE DE NAVIGABILITE définie par la DIRECTION GENERALE DE L AVIATION CIVILE Les examens ou modifications décrits ci-dessous sont impératifs. La non application des exigences contenues dans cette

More information

Thursday, February 7, 2013. DOM via PHP

Thursday, February 7, 2013. DOM via PHP DOM via PHP Plan PHP DOM PHP : Hypertext Preprocessor Langage de script pour création de pages Web dynamiques Un ficher PHP est un ficher HTML avec du code PHP

More information

REQUEST FORM FORMULAIRE DE REQUÊTE

REQUEST FORM FORMULAIRE DE REQUÊTE REQUEST FORM FORMULAIRE DE REQUÊTE ON THE BASIS OF THIS REQUEST FORM, AND PROVIDED THE INTERVENTION IS ELIGIBLE, THE PROJECT MANAGEMENT UNIT WILL DISCUSS WITH YOU THE DRAFTING OF THE TERMS OF REFERENCES

More information

"Internationalization vs. Localization: The Translation of Videogame Advertising"

Internationalization vs. Localization: The Translation of Videogame Advertising Article "Internationalization vs. Localization: The Translation of Videogame Advertising" Raquel de Pedro Ricoy Meta : journal des traducteurs / Meta: Translators' Journal, vol. 52, n 2, 2007, p. 260-275.

More information

REQUEST FORM FORMULAIRE DE REQUÊTE

REQUEST FORM FORMULAIRE DE REQUÊTE REQUEST FORM FORMULAIRE DE REQUÊTE ON THE BASIS OF THIS REQUEST FORM, AND PROVIDED THE INTERVENTION IS ELIGIBLE, THE PROJECT MANAGEMENT UNIT WILL DISCUSS WITH YOU THE DRAFTING OF THE TERMS OF REFERENCES

More information

POB-JAVA Documentation

POB-JAVA Documentation POB-JAVA Documentation 1 INTRODUCTION... 4 2 INSTALLING POB-JAVA... 5 Installation of the GNUARM compiler... 5 Installing the Java Development Kit... 7 Installing of POB-Java... 8 3 CONFIGURATION... 9

More information

Sur 1 Bit bit n 4 bit n 3 bit n 2 bit n 1 bit n 4 bit n 3 bit n 2 bit n 1 bit n 4 bit n 3 bit n 2 bit n 1

Sur 1 Bit bit n 4 bit n 3 bit n 2 bit n 1 bit n 4 bit n 3 bit n 2 bit n 1 bit n 4 bit n 3 bit n 2 bit n 1 Si on a 1 QUARTET Si on a 2 QUARTETS QUARTET Faible Poids QUARTET Fort Poids QUARTET Faible Poids Sur 1 Bit bit n 4 bit n 3 bit n 2 bit n 1 bit n 4 bit n 3 bit n 2 bit n 1 bit n 4 bit n 3 bit n 2 bit n

More information

DIRECTIVE ON ACCOUNTABILITY IN CONTRACT MANAGEMENT FOR PUBLIC BODIES. An Act respecting contracting by public bodies (chapter C-65.1, a.

DIRECTIVE ON ACCOUNTABILITY IN CONTRACT MANAGEMENT FOR PUBLIC BODIES. An Act respecting contracting by public bodies (chapter C-65.1, a. DIRECTIVE ON ACCOUNTABILITY IN CONTRACT MANAGEMENT FOR PUBLIC BODIES An Act respecting contracting by public bodies (chapter C-65.1, a. 26) SUBJECT 1. The purpose of this directive is to establish the

More information

Remote Method Invocation

Remote Method Invocation 1 / 22 Remote Method Invocation Jean-Michel Richer jean-michel.richer@univ-angers.fr http://www.info.univ-angers.fr/pub/richer M2 Informatique 2010-2011 2 / 22 Plan Plan 1 Introduction 2 RMI en détails

More information

Managing the competencies of team members in design projects through multi period task assignment. Onanong Hlaoittinun, Eric Bonjour, Maryvonne Dulmet

Managing the competencies of team members in design projects through multi period task assignment. Onanong Hlaoittinun, Eric Bonjour, Maryvonne Dulmet PRO VE'10 11th IFIP Working Conference on VIRTUAL ENTERPRISES Saint Etienne, France, 11 13 October 2010 Managing the competencies of team members in design projects through multi period task assignment

More information

REQUEST FORM FORMULAIRE DE REQUETE

REQUEST FORM FORMULAIRE DE REQUETE REQUEST FORM FORMULAIRE DE REQUETE ON THE BASIS OF THIS REQUEST FORM, AND PROVIDED THE INTERVENTION IS ELIGIBLE, THE PROJECT MANAGEMENT UNIT WILL DISCUSS WITH YOU THE DRAFTING OF THE TERMS OF REFERENCES

More information

Sélection adaptative de codes polyédriques pour GPU/CPU

Sélection adaptative de codes polyédriques pour GPU/CPU Sélection adaptative de codes polyédriques pour GPU/CPU Jean-François DOLLINGER, Vincent LOECHNER, Philippe CLAUSS INRIA - Équipe CAMUS Université de Strasbourg Saint-Hippolyte - Le 6 décembre 2011 1 Sommaire

More information

Langages Orientés Objet Java

Langages Orientés Objet Java Langages Orientés Objet Java Exceptions Arnaud LANOIX Université Nancy 2 24 octobre 2006 Arnaud LANOIX (Université Nancy 2) Langages Orientés Objet Java 24 octobre 2006 1 / 32 Exemple public class Example

More information

Office of the Auditor General / Bureau du vérificateur général FOLLOW-UP TO THE 2010 AUDIT OF COMPRESSED WORK WEEK AGREEMENTS 2012 SUIVI DE LA

Office of the Auditor General / Bureau du vérificateur général FOLLOW-UP TO THE 2010 AUDIT OF COMPRESSED WORK WEEK AGREEMENTS 2012 SUIVI DE LA Office of the Auditor General / Bureau du vérificateur général FOLLOW-UP TO THE 2010 AUDIT OF COMPRESSED WORK WEEK AGREEMENTS 2012 SUIVI DE LA VÉRIFICATION DES ENTENTES DE SEMAINE DE TRAVAIL COMPRIMÉE

More information

Licence Informatique Année 2005-2006. Exceptions

Licence Informatique Année 2005-2006. Exceptions Université Paris 7 Java Licence Informatique Année 2005-2006 TD n 8 - Correction Exceptions Exercice 1 La méthode parseint est spécifiée ainsi : public static int parseint(string s) throws NumberFormatException

More information

TP1 : Correction. Rappels : Stream, Thread et Socket TCP

TP1 : Correction. Rappels : Stream, Thread et Socket TCP Université Paris 7 M1 II Protocoles réseaux TP1 : Correction Rappels : Stream, Thread et Socket TCP Tous les programmes seront écrits en Java. 1. (a) Ecrire une application qui lit des chaines au clavier

More information

BILL C-665 PROJET DE LOI C-665 C-665 C-665 HOUSE OF COMMONS OF CANADA CHAMBRE DES COMMUNES DU CANADA

BILL C-665 PROJET DE LOI C-665 C-665 C-665 HOUSE OF COMMONS OF CANADA CHAMBRE DES COMMUNES DU CANADA C-665 C-665 Second Session, Forty-first Parliament, Deuxième session, quarante et unième législature, HOUSE OF COMMONS OF CANADA CHAMBRE DES COMMUNES DU CANADA BILL C-665 PROJET DE LOI C-665 An Act to

More information

Centre International de Hautes Etudes Agronomiques MÄditerranÄennes. International Centre for Advanced Mediterranean Agronomic Studies POINT 9

Centre International de Hautes Etudes Agronomiques MÄditerranÄennes. International Centre for Advanced Mediterranean Agronomic Studies POINT 9 Centre International de Hautes Etudes Agronomiques MÄditerranÄennes International Centre for Advanced Mediterranean Agronomic Studies 126 CA (11) 8 POINT 9 QUESTIONS DIVERSES / MISCELLANEOUS IAM/MAI CHANIA

More information

Bac + 04 Licence en science commerciale, option marketing et communication. Degree in computer science, engineering or equivalent

Bac + 04 Licence en science commerciale, option marketing et communication. Degree in computer science, engineering or equivalent L un de ces postes vous intéresse? Postulez sur djezzy@talents-network.com Communication Brand senior manager Bac + 04 Licence en science commerciale, option marketing et communication. 05 years minimum

More information

Avez-vous entendu parler du Compressed sensing? Atelier Inversion d ISTerre 15 Mai 2012 H-C. Nataf

Avez-vous entendu parler du Compressed sensing? Atelier Inversion d ISTerre 15 Mai 2012 H-C. Nataf Avez-vous entendu parler du Compressed sensing? Atelier Inversion d ISTerre 15 Mai 2012 H-C. Nataf Compressed Sensing (CS) Candès & Wakin, 2008 15 Mai 2012 Atelier Inversion d'isterre 2 15 Mai 2012 Atelier

More information

Certificat de fusion. Certificate of Amalgamation. Canada Business Corporations Act. Loi canadienne sur les sociétés par actions

Certificat de fusion. Certificate of Amalgamation. Canada Business Corporations Act. Loi canadienne sur les sociétés par actions Industry Canada Industrie Canada Certificate of Amalgamation Canada Business Corporations Act Certificat de fusion Loi canadienne sur les sociétés par actions Franco-Nevada Corporation 445771-4 Name of

More information

ACP-EU Cooperation Programme in Science and Technology (S&T II) / Programme de Coopération ACP-UE pour la Science et la Technologie

ACP-EU Cooperation Programme in Science and Technology (S&T II) / Programme de Coopération ACP-UE pour la Science et la Technologie ACP Science and Technologie Programme Programme Management Unit ACP-EU Cooperation Programme in Science and Technology (S&T II) / Programme de Coopération ACP-UE pour la Science et la Technologie EuropeAid/133437/D/ACT/ACPTPS

More information

Régression logistique : introduction

Régression logistique : introduction Chapitre 16 Introduction à la statistique avec R Régression logistique : introduction Une variable à expliquer binaire Expliquer un risque suicidaire élevé en prison par La durée de la peine L existence

More information

Altiris Patch Management Solution for Windows 7.6 from Symantec Third-Party Legal Notices

Altiris Patch Management Solution for Windows 7.6 from Symantec Third-Party Legal Notices Appendix A Altiris Patch Management Solution for Windows 7.6 from Symantec Third-Party Legal Notices This appendix includes the following topics: Third-Party Legal Attributions CabDotNet MICROSOFT PLATFORM

More information

Gabon Tourist visa Application for citizens of Canada living in Alberta

Gabon Tourist visa Application for citizens of Canada living in Alberta Gabon Tourist visa Application for citizens of Canada living in Alberta Please enter your contact information Name: Email: Tel: Mobile: The latest date you need your passport returned in time for your

More information

Statistiques en grande dimension

Statistiques en grande dimension Statistiques en grande dimension Christophe Giraud 1,2 et Tristan Mary-Huart 3,4 (1) Université Paris-Sud (2) Ecole Polytechnique (3) AgroParistech (4) INRA - Le Moulon M2 MathSV & Maths Aléa C. Giraud

More information

2 RENSEIGNEMENTS CONCERNANT L ASSURÉ SI CELUI-CI N EST PAS LE REQUÉRANT INFORMATION CONCERNING THE INSURED PERSON IF OTHER THAN THE APPLICANT

2 RENSEIGNEMENTS CONCERNANT L ASSURÉ SI CELUI-CI N EST PAS LE REQUÉRANT INFORMATION CONCERNING THE INSURED PERSON IF OTHER THAN THE APPLICANT SÉCURITÉ SOCIALE SOCIAL SECURITY ACCORD DU 9 FÉVRIER 1979 ENTRE LA FRANCE ET LE CANADA AGREEMENT OF FEBRUARY 9, 1979 BETWEEN FRANCE AND CANADA Formulaire FORM SE 401-06 INSTRUCTION D UNE DEMANDE DE PENSION

More information

Altiris Patch Management Solution for Windows 7.5 SP1 from Symantec Third-Party Legal Notices

Altiris Patch Management Solution for Windows 7.5 SP1 from Symantec Third-Party Legal Notices Appendix A Altiris Patch Management Solution for Windows 7.5 SP1 from Symantec Third-Party Legal Notices This appendix includes the following topics: Third-Party Legal Attributions CabDotNet XML-RPC.NET

More information

Short Form Description / Sommaire: Carrying on a prescribed activity without or contrary to a licence

Short Form Description / Sommaire: Carrying on a prescribed activity without or contrary to a licence NOTICE OF VIOLATION (Corporation) AVIS DE VIOLATION (Société) Date of Notice / Date de l avis: August 29, 214 AMP Number / Numéro de SAP: 214-AMP-6 Violation committed by / Violation commise par : Canadian

More information

Gabon Business visa Application for citizens of Canada living in Alberta

Gabon Business visa Application for citizens of Canada living in Alberta Gabon Business visa Application for citizens of Canada living in Alberta Please enter your contact information Name: Email: Tel: Mobile: The latest date you need your passport returned in time for your

More information

COMMISSION INTERNATIONALE DE KARTING - FIA

COMMISSION INTERNATIONALE DE KARTING - FIA FICHE D HOMOLOGATION HOMOLOGATION FORM Homologation N 3/P/ COMMISSION INTERNATIONALE DE KARTING - FIA PNEUMATIQUE / TYRE Manufacturier Tyre Manufacturer Reifenwerk Heidenau GmbH Marque Make MOJO Modèle

More information

Note concernant votre accord de souscription au service «Trusted Certificate Service» (TCS)

Note concernant votre accord de souscription au service «Trusted Certificate Service» (TCS) Note concernant votre accord de souscription au service «Trusted Certificate Service» (TCS) Veuillez vérifier les éléments suivants avant de nous soumettre votre accord : 1. Vous avez bien lu et paraphé

More information

CERN EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH

CERN EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH CERN/FC/5738 Original: anglais 14 juin 2013 ORGANISATION EUROPEENNE POUR LA RECHERCHE NUCLÉAIRE CERN EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH Suite à donner Procédure de vote Discussion COMITÉ DES FINANCES

More information

Archived Content. Contenu archivé

Archived Content. Contenu archivé ARCHIVED - Archiving Content ARCHIVÉE - Contenu archivé Archived Content Contenu archivé Information identified as archived is provided for reference, research or recordkeeping purposes. It is not subject

More information

Etude expérimentale et numérique du piégeage d un front de fissure par une interface hétérogène modèle

Etude expérimentale et numérique du piégeage d un front de fissure par une interface hétérogène modèle Etude expérimentale et numérique du piégeage d un front de fissure par une interface hétérogène modèle D. Dalmas a, L. Alzate a, S. Patinet a, E. Barthel a,d. Vandembroucq b and V; Lazarus c a. Unité Mixte

More information

SIXTH FRAMEWORK PROGRAMME PRIORITY [6

SIXTH FRAMEWORK PROGRAMME PRIORITY [6 Key technology : Confidence E. Fournier J.M. Crepel - Validation and certification - QA procedure, - standardisation - Correlation with physical tests - Uncertainty, robustness - How to eliminate a gateway

More information

Introduction ToIP/Asterisk Quelques applications Trixbox/FOP Autres distributions Conclusion. Asterisk et la ToIP. Projet tuteuré

Introduction ToIP/Asterisk Quelques applications Trixbox/FOP Autres distributions Conclusion. Asterisk et la ToIP. Projet tuteuré Asterisk et la ToIP Projet tuteuré Luis Alonso Domínguez López, Romain Gegout, Quentin Hourlier, Benoit Henryon IUT Charlemagne, Licence ASRALL 2008-2009 31 mars 2009 Asterisk et la ToIP 31 mars 2009 1

More information

«Object-Oriented Multi-Methods in Cecil» Craig Chambers (Cours IFT6310, H08)

«Object-Oriented Multi-Methods in Cecil» Craig Chambers (Cours IFT6310, H08) «Object-Oriented Multi-Methods in Cecil» Craig Chambers (Cours IFT6310, H08) Mathieu Lemoine 2008/02/25 Craig Chambers : Professeur à l Université de Washington au département de Computer Science and Engineering,

More information

Certificate of Incorporation Certificat de constitution

Certificate of Incorporation Certificat de constitution Request ID: 014752622 Province of Ontario Date Report Produced: 2012/10/30 Demande n : Province de ('Ontario Document produit le: Transaction ID: 0491 1 1 718 Ministry of Government Services Time Report

More information

Millier Dickinson Blais

Millier Dickinson Blais Research Report Millier Dickinson Blais 2007-2008 National Survey of the Profession September 14, 2008 Contents 1 Introduction & Methodology... 3 2 National Results... 5 3 Regional Results... 6 3.1 British

More information

Spectrométrie d absorption moléculaire UV-visible

Spectrométrie d absorption moléculaire UV-visible Spectrométrie d absorption moléculaire 1 faibles quantités échantillon liquide byfiles.storage.live.com/y1php6mrdyehuw8p4jw0... non destructrice bp0.blogger.com/.../m_7spgk78eu/s400/boum_4.png s'applique

More information

Office of the Auditor General / Bureau du vérificateur général FOLLOW-UP TO THE 2007 AUDIT OF THE DISPOSAL OF PAVEMENT LINE MARKER EQUIPMENT 2009

Office of the Auditor General / Bureau du vérificateur général FOLLOW-UP TO THE 2007 AUDIT OF THE DISPOSAL OF PAVEMENT LINE MARKER EQUIPMENT 2009 Office of the Auditor General / Bureau du vérificateur général FOLLOW-UP TO THE 2007 AUDIT OF THE DISPOSAL OF PAVEMENT LINE MARKER EQUIPMENT 2009 SUIVI DE LA VÉRIFICATION DE L ALIÉNATION D UNE TRACEUSE

More information

Bluetooth Low Energy

Bluetooth Low Energy Bluetooth Low Energy Responsable de l épreuve : L. Toutain Tous documents autorisés. Répondez uniquement sur la copie en annexe. Lisez bien tout le document avant de commencer à répondre 1 Bluetooth Low

More information

STAGE YOGA & RANDONNEES à MADERE

STAGE YOGA & RANDONNEES à MADERE STAGE YOGA & RANDONNEES à MADERE Du dimanche 10 au dimanche 17 juillet 2016 Animé par Naomi NAKASHIMA et Sylvain BRUNIER L île aux fleurs, paradis des randonneurs et amoureux de la nature Au cours de ce

More information

Archived Content. Contenu archivé

Archived Content. Contenu archivé ARCHIVED - Archiving Content ARCHIVÉE - Contenu archivé Archived Content Contenu archivé Information identified as archived is provided for reference, research or recordkeeping purposes. It is not subject

More information

Fondation Rennes 1. Atelier de l innovation. Fondation Rennes 1. Fondation Rennes 1 MANAGEMENT AGILE. Fondation Rennes 1 ET INNOVATION

Fondation Rennes 1. Atelier de l innovation. Fondation Rennes 1. Fondation Rennes 1 MANAGEMENT AGILE. Fondation Rennes 1 ET INNOVATION Atelier de l innovation MANAGEMENT AGILE ET INNOVATION Chaire Economie de l innovation - Mourad Zeroukhi 2012-2014 Centre de Recherche en иconomie et Management UniversitИ de Rennes 1 Chaire Economie de

More information

Méthodes ensemblistes pour une localisation robuste de robots sous-marins

Méthodes ensemblistes pour une localisation robuste de robots sous-marins Méthodes ensemblistes pour une localisation robuste de robots sous-marins Jan Sliwka To cite this version: Jan Sliwka. Méthodes ensemblistes pour une localisation robuste de robots sous-marins. Automatique

More information

Office of the Auditor General / Bureau du vérificateur général FOLLOW-UP TO THE 2007 AUDIT OF THE ENVIRONMENTAL COMMITMENTS IN THE OTTAWA 20/20

Office of the Auditor General / Bureau du vérificateur général FOLLOW-UP TO THE 2007 AUDIT OF THE ENVIRONMENTAL COMMITMENTS IN THE OTTAWA 20/20 Office of the Auditor General / Bureau du vérificateur général FOLLOW-UP TO THE 2007 AUDIT OF THE ENVIRONMENTAL COMMITMENTS IN THE OTTAWA 20/20 GROWTH MANAGEMENT STRATEGY 2009 SUIVI DE LA VÉRIFICATION

More information

Cliquez sur le résultat que vous avez obtenu au test de classement linguistique Click on the result you obtained following the language test

Cliquez sur le résultat que vous avez obtenu au test de classement linguistique Click on the result you obtained following the language test Cliquez sur le résultat que vous avez obtenu au test de classement linguistique Click on the result you obtained following the language test E1N (SVP contactez-nous si vous avez obtenu ce résultat / Please

More information

Sun StorEdge Availability Suite Software Point-in-Time Copy Software Maximizing Backup Performance

Sun StorEdge Availability Suite Software Point-in-Time Copy Software Maximizing Backup Performance Sun StorEdge Availability Suite Software Point-in-Time Copy Software Maximizing Backup Performance A Best Practice Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. 650-960-1300 Part

More information

We are pleased to present you with detailed instructions on processing your visa application with us. Within this information pack you will find:

We are pleased to present you with detailed instructions on processing your visa application with us. Within this information pack you will find: Dear Client, We are pleased to present you with detailed instructions on processing your visa application with us. Within this information pack you will find: A list of the required documents for your

More information

Veritas Storage Foundation 5.0 Software for SPARC

Veritas Storage Foundation 5.0 Software for SPARC Veritas Storage Foundation 5.0 Software for SPARC Release Note Supplement Sun Microsystems, Inc. www.sun.com Part No. 819-7074-10 July 2006 Submit comments about this document at: http://www.sun.com/hwdocs/feedback

More information

Sun Management Center Change Manager 1.0.1 Release Notes

Sun Management Center Change Manager 1.0.1 Release Notes Sun Management Center Change Manager 1.0.1 Release Notes Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. Part No: 817 0891 10 May 2003 Copyright 2003 Sun Microsystems, Inc. 4150

More information

Archived Content. Contenu archivé

Archived Content. Contenu archivé ARCHIVED - Archiving Content ARCHIVÉE - Contenu archivé Archived Content Contenu archivé Information identified as archived is provided for reference, research or recordkeeping purposes. It is not subject

More information

Technical Service Bulletin

Technical Service Bulletin Technical Service Bulletin FILE CONTROL CREATED DATE MODIFIED DATE FOLDER OpenDrive 02/05/2005 662-02-25008 Rev. : A Installation Licence SCO sur PC de remplacement English version follows. Lors du changement

More information

Archived Content. Contenu archivé

Archived Content. Contenu archivé ARCHIVED - Archiving Content ARCHIVÉE - Contenu archivé Archived Content Contenu archivé Information identified as archived is provided for reference, research or recordkeeping purposes. It is not subject

More information

Parallel Discrepancy-based Search

Parallel Discrepancy-based Search Parallel Discrepancy-based Search T. Moisan, J. Gaudreault, C.-G. Quimper Université Laval, FORAC research consortium February 21 th 2014 T. Moisan, J. Gaudreault, C.-G. Quimper Parallel Discrepancy-based

More information

Need for and requirements of national monitoring for prisons and jails within a sovereign State

Need for and requirements of national monitoring for prisons and jails within a sovereign State Philippe Combessie Sociologue, professeur des universités, Département de sociologie, Université de Paris X - Nanterre (2000) Need for and requirements of national monitoring for prisons and jails within

More information

Générer des graphiques 3D - Cours Université de Sfax

Générer des graphiques 3D - Cours Université de Sfax Générer des graphiques 3D - Cours Université de Sfa Marc Girondot Januar 24, 2013 Générer des données 3D > librar(fields) > essai essai(1, 2) [1]

More information

76,000. Administrative Monetary Penalty / Sanction administrative pécuniaire NOTICE OF VIOLATION / AVIS D'INFRACTION. Plains Midstream Canada ULC

76,000. Administrative Monetary Penalty / Sanction administrative pécuniaire NOTICE OF VIOLATION / AVIS D'INFRACTION. Plains Midstream Canada ULC Administrative Monetary Penalty / Sanction administrative pécuniaire NOTICE OF VIOLATION / AVIS D'INFRACTION REFERENCE NUMBER / N o DE REFERENCE: AMP-003-2015 Information for Pipeline Company / Third Party

More information

Archived Content. Contenu archivé

Archived Content. Contenu archivé ARCHIVED - Archiving Content ARCHIVÉE - Contenu archivé Archived Content Contenu archivé Information identified as archived is provided for reference, research or recordkeeping purposes. It is not subject

More information

Archived Content. Contenu archivé

Archived Content. Contenu archivé ARCHIVED - Archiving Content ARCHIVÉE - Contenu archivé Archived Content Contenu archivé Information identified as archived is provided for reference, research or recordkeeping purposes. It is not subject

More information

Annual Event 2016 Workshop New to Interreg, where to begin? Évènement annuel 2016 Atelier «Interreg pour les débutants, par où commencer?

Annual Event 2016 Workshop New to Interreg, where to begin? Évènement annuel 2016 Atelier «Interreg pour les débutants, par où commencer? Annual Event 2016 Workshop New to Interreg, where to begin? Évènement annuel 2016 Atelier «Interreg pour les débutants, par où commencer?» Contents 1. Why get involved in an Interreg project? 1. Pourquoi

More information

Installation troubleshooting guide

Installation troubleshooting guide Installation troubleshooting guide Content ERROR CODE PROBLEMS... 3 Error code 301: Unknown protection system. Verify the installation.... 3 Error code 302: The software cannot be used. The computer date

More information

State of Maryland Health Insurance Exchange

State of Maryland Health Insurance Exchange Les résumés et les traductions contenus dans le présent avis ont été préparés par Primary Care Coalition mais n'ont pas été révisés ou approuvés par Maryland Health Connection. Notice Date: 03/30/2015

More information

The wolf who wanted to change his color Week 1. Day 0. Day 1. Day 2. Day 3. - Lecture de l album

The wolf who wanted to change his color Week 1. Day 0. Day 1. Day 2. Day 3. - Lecture de l album The wolf who wanted to change his color Week 1. Day 0. Day 1. Day 2. Day 3. - Lecture de l album - Lecture simplifiée de l album - Découverte des affiches des - Exercice de reconnaissance de - Découverte

More information

"Templating as a Strategy for Translating Official Documents from Spanish to English"

Templating as a Strategy for Translating Official Documents from Spanish to English Article "Templating as a Strategy for Translating Official Documents from Spanish to English" Sylvie Lambert-Tierrafría Meta : journal des traducteurs / Meta: Translators' Journal, vol. 52, n 2, 2007,

More information

C-32.2 Credit Unions Act 2016-39

C-32.2 Credit Unions Act 2016-39 NEW BRUNSWICK REGULATION 2016-39 under the CREDIT UNIONS ACT (O.C. 2016-155) RÈGLEMENT DU NOUVEAU-BRUNSWICK 2016-39 pris en vertu de la LOI SUR LES CAISSES POPULAIRES (D.C. 2016-155) Filed June 30, 2016

More information

Implementation of SAP-GRC with the Pictet Group

Implementation of SAP-GRC with the Pictet Group Implementation of SAP-GRC with the Pictet Group Olivier VERDAN, Risk Manager, Group Risk, Pictet & Cie 11 th December 2013 Zürich Table of contents 1 Overview of the Pictet Group 2 Operational Risk Management

More information

Instruction de montage de voûte ISOLHIS grande portée PCA 32mm

Instruction de montage de voûte ISOLHIS grande portée PCA 32mm Instruction de montage de voûte ISOLHIS grande portée PCA 32mm Mounting Instructions for continuous rooflight ISOLHIS with a large width PCA 32mm Outillage à prévoir Tools to be provided Visseuse 600 W

More information

Les fragments. Programmation Mobile Android Master CCI. Une application avec deux fragments. Premier layout : le formulaire

Les fragments. Programmation Mobile Android Master CCI. Une application avec deux fragments. Premier layout : le formulaire Programmation Mobile Android Master CCI Bertrand Estellon Aix-Marseille Université March 23, 2015 Bertrand Estellon (AMU) Android Master CCI March 23, 2015 1 / 266 Les fragments Un fragment : représente

More information

Relevé des frais annuels de l entente de licence destinée à l enseignement primaire et secondaire MAI 2016

Relevé des frais annuels de l entente de licence destinée à l enseignement primaire et secondaire MAI 2016 Relevé des frais annuels de l entente de licence destinée à l enseignement primaire et secondaire MAI 2016 Les Informations de Programme scolaire Relient DIRECTIVES SUR LA SÉLECTION DE PRODUIT ET LE CALCUL

More information

In-Home Caregivers Teleconference with Canadian Bar Association September 17, 2015

In-Home Caregivers Teleconference with Canadian Bar Association September 17, 2015 In-Home Caregivers Teleconference with Canadian Bar Association September 17, 2015 QUESTIONS FOR ESDC Temporary Foreign Worker Program -- Mr. Steve WEST *Answers have been updated following the conference

More information

Aspectual Properties of Deverbal Nouns

Aspectual Properties of Deverbal Nouns Aspectual Properties of Deverbal Nouns PAULINE HAAS*, RICHARD HUYGHE** and RAFAEL MARÍN* *Université Lille 3 CNRS UMR 8163 («STL»), **Université Paris 7 1 Introduction Hypothesis: deverbal nouns inherit

More information

Il est repris ci-dessous sans aucune complétude - quelques éléments de cet article, dont il est fait des citations (texte entre guillemets).

Il est repris ci-dessous sans aucune complétude - quelques éléments de cet article, dont il est fait des citations (texte entre guillemets). Modélisation déclarative et sémantique, ontologies, assemblage et intégration de modèles, génération de code Declarative and semantic modelling, ontologies, model linking and integration, code generation

More information

Proposition d intervention

Proposition d intervention MERCREDI 8 NOVEMBRE Conférence retrofitting of social housing: financing and policies options Lieu des réunions: Hotel Holiday Inn,8 rue Monastiriou,54629 Thessaloniki 9.15-10.30 : Participation à la session

More information

Administrer les solutions Citrix XenApp et XenDesktop 7.6 CXD-203

Administrer les solutions Citrix XenApp et XenDesktop 7.6 CXD-203 Administrer les solutions Citrix XenApp XenDesktop 7.6 CXD-203 MIEL Centre Agréé : N 11 91 03 54 591 Pour contacter le service formation : 01 60 19 16 27 Pour consulter le planning des formations : www.miel.fr/formation

More information

Measuring Policing Complexity: A Research Based Agenda

Measuring Policing Complexity: A Research Based Agenda ARCHIVED - Archiving Content ARCHIVÉE - Contenu archivé Archived Content Contenu archivé Information identified as archived is provided for reference, research or recordkeeping purposes. It is not subject

More information

Solaris 9 9/05 Installation Roadmap

Solaris 9 9/05 Installation Roadmap Solaris 9 9/05 Installation Roadmap This document is a guide to the DVD-ROM, CD-ROMs, and documents involved in installing the Solaris 9 9/05 software. Unless otherwise specified, this document refers

More information

"Simultaneous Consecutive Interpreting: A New Technique Put to the Test"

Simultaneous Consecutive Interpreting: A New Technique Put to the Test Article "Simultaneous Consecutive Interpreting: A New Technique Put to the Test" Miriam Hamidi et Franz Pöchhacker Meta : journal des traducteurs / Meta: Translators' Journal, vol. 52, n 2, 2007, p. 276-289.

More information

SOFTWARE DEFINED SOLUTIONS JEUDI 19 NOVEMBRE 2015. Nicolas EHRMAN Sr Presales SDS

SOFTWARE DEFINED SOLUTIONS JEUDI 19 NOVEMBRE 2015. Nicolas EHRMAN Sr Presales SDS SOFTWARE DEFINED SOLUTIONS JEUDI 19 NOVEMBRE 2015 Nicolas EHRMAN Sr Presales SDS Transform your Datacenter to the next level with EMC SDS EMC SOFTWARE DEFINED STORAGE, A SUCCESS STORY 5 ÈME ÉDITEUR MONDIAL

More information

Section des Unités de recherche. Evaluation report. Research unit : Troubles du comportement alimentaire de l adolescent. University Paris 11

Section des Unités de recherche. Evaluation report. Research unit : Troubles du comportement alimentaire de l adolescent. University Paris 11 Section des Unités de recherche Evaluation report Research unit : Troubles du comportement alimentaire de l adolescent University Paris 11 Mars 2009 Section des Unités de recherche Rapport d'évaluation

More information

AVENANT D'ArrESTATION D'EXAMEN CE DE TYPE Lei 2 Appareil ou systeme de protection destine aetre utilise 2 en atmospheres explosibles (Directive 94/9/CE) 3 Numero de I'avenant : 3 LCIE 99 ATEX 6006 X 104

More information

CSS : petits compléments

CSS : petits compléments CSS : petits compléments Université Lille 1 Technologies du Web CSS : les sélecteurs 1 au programme... 1 ::before et ::after 2 compteurs 3 media queries 4 transformations et transitions Université Lille

More information

STRATEGY & OUTLOOK HIGHCO'S OFFER

STRATEGY & OUTLOOK HIGHCO'S OFFER 2 part STRATEGY & OUTLOOK HIGHCO'S OFFER DIGITAl TECHNOlOGIES ARE CHANGING BUSINESS AND AlTERING THE CONSUMER GOODS landscape. IN REACTION TO THIS UPHEAVAl, CONSUMERS, HAVE CHANGED TOO. HIGHCO FOCUSES

More information

You can choose to install the plugin through Magento Connect or by directly using the archive files.

You can choose to install the plugin through Magento Connect or by directly using the archive files. Magento plugin 1.5.7 installation 1. Plugin installation You can choose to install the plugin through Magento Connect or by directly using the archive files. 1.1 Installation with Magento Connect 1.1.1

More information

ANIMATION OF CONTINUOUS COMPUTER SIMULATIONS C.M. Woodside and Richard Mallet Computer Center, Carleton University ABSTRACT

ANIMATION OF CONTINUOUS COMPUTER SIMULATIONS C.M. Woodside and Richard Mallet Computer Center, Carleton University ABSTRACT 19.1 ANIMATION OF CONTINUOUS COMPUTER SIMULATIONS C.M. Woodside and Richard Mallet Computer Center, Carleton University ABSTRACT A block-oriented graphics program called ANIM8 has been developed for animating

More information

Electrical/Electronics

Electrical/Electronics Electrical/Electronics Volume 8 December 2007 Issue date: December 21, 2007 Info Update is published by the Canadian Standards Association (CSA) eight times a year. It contains important information about

More information

Machine de Soufflage defibre

Machine de Soufflage defibre Machine de Soufflage CABLE-JET Tube: 25 à 63 mm Câble Fibre Optique: 6 à 32 mm Description générale: La machine de soufflage parfois connu sous le nom de «câble jet», comprend une chambre d air pressurisé

More information

Sun StorEdge A5000 Installation Guide

Sun StorEdge A5000 Installation Guide Sun StorEdge A5000 Installation Guide for Windows NT Server 4.0 Sun Microsystems, Inc. 901 San Antonio Road Palo Alto, CA 94303-4900 USA 650 960-1300 Fax 650 969-9131 Part No. 805-7273-11 October 1998,

More information