Package conjoint. R topics documented: August 15, Title Conjoint analysis package

Wielkość: px
Rozpocząć pokaz od strony:

Download "Package conjoint. R topics documented: August 15, Title Conjoint analysis package"

Transkrypt

1 Title Conjoint analsis package Package conjoint August 15, 2013 Conjoint is a simple package that implements a conjoint analsis method to measure the preferences. Version 1.39 Date Imports AlgDesign, clustersim Author Tomasz Bartlomowicz <tomasz.bartlomowicz@ue.wroc.pl> Maintainer License GPL (>= 2) URL Repositor CRAN Date/Publication :40:59 R topics documented: cabtl caencodeddesign cafactorialdesign caimportance calogit camautilit camodel capartutilities casegmentation catotalutilities cautilities Conjoint czekolada herbata plt ShowAllSimulations ShowAllUtilities tea

2 2 cabtl Inde 21 cabtl Function cabtl estimates participation (market share) of simulation profiles Function cabtl estimates participation of simulation profiles using probabilistic model BTL (Bradle- Terr-Luce). Function returns vector of percentage participations. The sum of participation should be 100%. cabtl(sm,, ) sm matri of simulation profiles matri of preferences See Also calogit and camautilit simutil<-cabtl(hsimp,hpref,hprof) print("percentage participation of profiles: ", quote=false) print(simutil) #Eample 2

3 caencodeddesign 3 simutil<-cabtl(csimp,cpref,cprof) print("percentage participation of profiles:", quote=false) print(simutil) caencodeddesign Function caencodeddesign encodes full or fractional factorial design Function caencodeddesign encodes full or fractional factorial design. Function converts design of eperiment to. caencodeddesign(design) design design of eperiment returned b cafactorialdesign function See Also cafactorialdesign eperiment<-epand.grid( price<-c("low","medium","high"), variet<-c("black","green","red"), kind<-c("bags","granulated","leaf"), aroma<-c("es","no")) design<-cafactorialdesign(data=eperiment,tpe="orthogonal")

4 4 cafactorialdesign print(design) code<-caencodeddesign(design) print(code) print(cor(code)) write.csv2(design,file="orthogonal_factorial_design.csv",row.names=false) write.csv2(code,file="encoded_orthogonal_factorial_design.csv",row.names=false) cafactorialdesign Function cafactorialdesign makes full or fractional factorial design Function cafactorialdesign makes full or fractional factorial design. Function can return orthogonal factorial design. cafactorialdesign(data, tpe="null", cards=na) data tpe cards eperiment whose design consists of two or more factors, each with with 2 or more discrete levels tpe of factorial design (possible values: "full", "fractional", "ca", "aca", "orthogonal"; default value: tpe="null") number of eperimental runs See Also caencodeddesign

5 cafactorialdesign 5 eperiment<-epand.grid( price<-c("low","medium","high"), variet<-c("black","green","red"), kind<-c("bags","granulated","leaf"), aroma<-c("es","no")) design<-cafactorialdesign(data=eperiment,tpe="full") print(design) print(cor(caencodeddesign(design))) #Eample 2 eperiment<-epand.grid( price<-c("low","medium","high"), variet<-c("black","green","red"), kind<-c("bags","granulated","leaf"), aroma<-c("es","no")) design<-cafactorialdesign(data=eperiment) print(design) print(cor(caencodeddesign(design))) #Eample 3 eperiment<-epand.grid( price<-c("low","medium","high"), variet<-c("black","green","red"), kind<-c("bags","granulated","leaf"), aroma<-c("es","no")) design<-cafactorialdesign(data=eperiment,tpe="fractional",cards=16) print(design) print(cor(caencodeddesign(design))) #Eample 4 eperiment<-epand.grid( price<-c("low","medium","high"), variet<-c("black","green","red"), kind<-c("bags","granulated","leaf"), aroma<-c("es","no")) design<-cafactorialdesign(data=eperiment,tpe="fractional") print(design) print(cor(caencodeddesign(design))) #Eample 5 eperiment<-epand.grid( price<-c("low","medium","high"), variet<-c("black","green","red"), kind<-c("bags","granulated","leaf"), aroma<-c("es","no")) design<-cafactorialdesign(data=eperiment,tpe="ca") print(design) print(cor(caencodeddesign(design)))

6 6 caimportance #Eample 6 eperiment<-epand.grid( price<-c("low","medium","high"), variet<-c("black","green","red"), kind<-c("bags","granulated","leaf"), aroma<-c("es","no")) design<-cafactorialdesign(data=eperiment,tpe="aca") print(design) print(cor(caencodeddesign(design))) #Eample 7 eperiment<-epand.grid( price<-c("low","medium","high"), variet<-c("black","green","red"), kind<-c("bags","granulated","leaf"), aroma<-c("es","no")) design<-cafactorialdesign(data=eperiment,tpe="orthogonal") print(design) print(cor(caencodeddesign(design))) caimportance Function caimportance calculates importance of attributes Function caimportance calculates importance of all attributes. Function returns vector of percentage attributes importance and corresponding chart (barplot). The sum of importance should be 100%. caimportance(, ) matri of preferences

7 calogit 7 imp<-caimportance(hpref,hprof) print("importance summar: ", quote=false) print(imp) print(paste("sum: ", sum(imp)), quote=false) imp<-caimportance(cpref,cprof) print("importance summar: ", quote=false) print(imp) print(paste("sum: ", sum(imp)), quote=false) calogit Function calogit estimates participation (market share) of simulation profiles Function calogit estimates participation of simulation profiles using logit model. Function returns vector of percentage participations. The sum of participation should be 100%. calogit(sm,, ) sm matri of simulation profiles matri of preferences

8 8 camautilit See Also cabtl and camautilit simutil<-calogit(hsimp,hpref,hprof) print("percentage participation of profiles:", quote=false) print(simutil) #Eample 2 simutil<-calogit(csimp,cpref,cprof) print("percentage participation of profiles:", quote=false) print(simutil) camautilit Function camautilit estimates participation (market share) of simulation profiles Function camautilit estimates participation of simulation profiles using model of maimum utilit ("first position"). Function returns vector of percentage participations. The sum of participation should be 100%. camautilit(sm,, ) sm matri of simulation profiles matri of preferences

9 camodel 9 See Also cabtl and calogit simutil<-camautilit(hsimp,hpref,hprof) print("percentage participation of profiles:", quote=false) print(simutil) #Eample 2 simutil<-camautilit(csimp,cpref,cprof) print("percentage participation of profiles:", quote=false) print(simutil) camodel Function camodel estimates parameters of conjoint analsis model Function camodel estimates parameters of conjoint analsis model. Function camodel returns vector of estimated parameters of traditional conjoint analsis model. camodel(, ) vector of preferences, vector should be like single profil of preferences

10 10 capartutilities <-as.data.frame(hprof) 1<-as.data.frame(hpref[1:nrow(),1]) model<-camodel(1, ) print(model) #Eample 2 <-as.data.frame(cprof) 1<-as.data.frame(cpref[1:nrow(),1]) model<-camodel(1, ) print(model) capartutilities Function capartutilities calculates matri of individual utilities Function capartutilities calculates matri of individual utilities for respondents. Function returns matri of partial utilities (parameters of regresion) for all artificial variables including parameters for reference levels for respondents (with intercept on first place). capartutilities(,, z) z matri of preferences vector of levels names

11 casegmentation 11 uslall<-capartutilities(hpref,hprof,hlevn) print(uslall) #Eample 2 uslall<-capartutilities(cpref,cprof,clevn) print(uslall) casegmentation Function casegmentation rates respondents on clusters Function casegmentation rates respondents on 3 or n clusters using k-means method. Function takes n = 3 (3 clusters) when there are onl two attributes used - (matri of preferences) and (). Otherwise function casegmentation rates renspondents on n clusters. casegmentation(,, c) matri of preferences c number of clusters (optional), default value: c=3

12 12 catotalutilities segments<-casegmentation(hpref,hprof) print(segments) #Eample 2 segments<-casegmentation(hpref,hprof, 4) print(segments) catotalutilities Function catotalutilities calculates matri of theoreticall total utilities Function catotalutilities calculates matri of theoreticall total utilities for respondents. Function returns matri of total utilities for n profiles and all respondents. catotalutilities(, ) matri of preferences

13 cautilities 13 See Also cautilities Usi<-caTotalUtilities(hpref,hprof) print(usi) Usi<-caTotalUtilities(hpref,hprof) print(usi) cautilities Function cautilities calculates utilities of levels of atrtributes Function cautilities calculates utilities of attribute s levels. Function returns vector of utilities. cautilities(,,z) z matri of preferences matri of levels names

14 14 Conjoint See Also catotalutilities ul<-cautilities(hpref,hprof,hlevn) print(ul) #Eample 2 ul<-cautilities(cpref,cprof,clevn) print(ul) Conjoint Function Conjoint sums up the main results of conjoint analsis Function Conjoint is a combination of following conjoint pakage s functions: capartutilities, cautilities and caimportance. Therefore it sums up the main results of conjoint analsis. Function Conjoint returns matri of partial utilities for levels of variables for respondents, vector of utilities for attribute s levels and vector of percentage attributes importance with corresponding chart (barplot). The sum of importance should be 100 Conjoint(,, z)

15 czekolada 15 z matri of preferences matri of levels names See Also caimportance, capartutilities and cautilities Conjoint(hpref,hprof,hlevn) #Eample 2 Conjoint(cpref,cprof,clevn) czekolada Sample data for conjoint analsis. Data collected in the surve conducted b W. Nowak in cpref cprefm cprof clevn csimp

16 16 herbata Format cpref Vector of preferences (length 1392). cprefm Matri of preferences (87 respondents and 16 profiles). cprof Matri of profiles (5 attributes and 16 profiles). clevn Character vector of names for the attributes levels. csimp Matri of simulation profiles. print(cprof) print(clevn) print(cprefm) print(csimp) herbata Sample data for conjoint analsis. Format Data collected in the surve conducted b M. Baran in hpref hprefm hprof hlevn hsimp hpref Vector of preferences (length 1300). hprefm Matri of preferences (100 respondents and 13 profiles). hprof Matri of profiles (4 attributes and 13 profiles). hlevn Character vector of names for the attributes levels. hsimp Matri of simulation profiles. print(hprof) print(hlevn) print(hprefm) print(hsimp)

17 plt 17 plt Sample data for conjoint analsis. Format Artificial data. data(plt) ppref pprof plevn ppref Matri of preferences (6 respondents and 8 profiles). pprof Matri of profiles (3 attributes and 8 profiles). plevn Character vector of names for the attributes levels. data(plt) print(pprof) print(ppref) print(plevn) ShowAllSimulations Function ShowAllSimulations sums up the main results of conjoint simulations Function ShowAllSimulations is a combination of following conjoint pakage s functions: camautilit, cabtl and calogit. Therefore it sums up the main results of simulation using conjoint analsis method. Function ShowAllSimulations returns three vectors of percentage participations using maimum utilit, BTL and logit models. The sum of importance for ever vector should be 100%. ShowAllSimulations(sm,, ) sm matri of simulation profiles matri of preferences

18 18 ShowAllUtilities See Also cabtl, calogit and camautilit ShowAllSimulations(hsimp,hpref,hprof) #Eample 2 ShowAllSimulations(csimp,cpref,cprof) ShowAllUtilities Function ShowAllUtilities sums up all results of utilit measures Function ShowAllUtilities is a combination of following conjoint pakage s functions: capartutilities, catotalutilities, cautilities and caimportance. Function ShowAllUtilities returns: matri of partial utilities (basic matri of utilities with the intercept), matri of total utilities for n profiles and all respondents, vector of utilities for attribute s levels and vector of percentage attributes importance, with sum of importance. The sum of importance should be 100%. ShowAllUtilities(,, z) z matri of preferences matri of levles names

19 tea 19 See Also caimportance, capartutilities, catotalutilities and cautilities ShowAllUtilities(hpref,hprof,hlevn) #Eample 2 ShowAllUtilities(cpref,cprof,clevn) tea Sample data for conjoint analsis. Data collected in the surve conducted b M. Baran in data(tea) tpref tprefm tprof tlevn tsimp

20 20 tea Format tpref Vector of preferences (length 1300). tprefm Matri of preferences (100 respondents and 13 profiles). tprof Matri of profiles (4 attributes and 13 profiles). tlevn Character vector of names for the attributes levels. tsimp Matri of simulation profiles. data(tea) print(tprof) print(tlevn) print(tprefm) print(tsimp)

21 Inde Topic datasets czekolada, 15 herbata, 16 plt, 17 tea, 19 Topic multivariate cabtl, 2 caencodeddesign, 3 cafactorialdesign, 4 caimportance, 6 calogit, 7 camautilit, 8 camodel, 9 capartutilities, 10 casegmentation, 11 catotalutilities, 12 cautilities, 13 Conjoint, 14 ShowAllSimulations, 17 ShowAllUtilities, 18 hprof (herbata), 16 hsimp (herbata), 16 plevn (plt), 17 plt, 17 ppref (plt), 17 pprof (plt), 17 ShowAllSimulations, 17 ShowAllUtilities, 18 tea, 19 tlevn (tea), 19 tpref (tea), 19 tprefm (tea), 19 tprof (tea), 19 tsimp (tea), 19 cabtl, 2, 8, 9, 17, 18 caencodeddesign, 3, 4 cafactorialdesign, 3, 4 caimportance, 6, 14, 15, 18, 19 calogit, 2, 7, 9, 17, 18 camautilit, 2, 8, 8, 17, 18 camodel, 9 capartutilities, 10, 14, 15, 18, 19 casegmentation, 11 catotalutilities, 12, 14, 18, 19 cautilities, 13, 13, 14, 15, 18, 19 clevn (czekolada), 15 Conjoint, 14 cpref (czekolada), 15 cprefm (czekolada), 15 cprof (czekolada), 15 csimp (czekolada), 15 czekolada, 15 herbata, 16 hlevn (herbata), 16 hpref (herbata), 16 hprefm (herbata), 16 21

Cząstkowy układ czynnikowy i jego implementacja w module conjoint programu R Wprowadzenie

Cząstkowy układ czynnikowy i jego implementacja w module conjoint programu R Wprowadzenie Tomasz Bartłomowicz, Andrzej Bąk Uniwersytet Ekonomiczny we Wrocławiu Katedra Ekonometrii i Informatyki Cząstkowy układ czynnikowy i jego implementacja w module conjoint programu R 1 1. Wprowadzenie W

Bardziej szczegółowo

Implementacja klasycznej metody conjoint analysis w pakiecie conjoint programu R 1

Implementacja klasycznej metody conjoint analysis w pakiecie conjoint programu R 1 Andrzej Bąk, Tomasz Bartłomowicz Uniwersytet Ekonomiczny we Wrocławiu Katedra Ekonometrii i Informatyki Implementacja klasycznej metody conjoint analysis w pakiecie conjoint programu R 1 1. Wprowadzenie

Bardziej szczegółowo

Hard-Margin Support Vector Machines

Hard-Margin Support Vector Machines Hard-Margin Support Vector Machines aaacaxicbzdlssnafiyn9vbjlepk3ay2gicupasvu4iblxuaw2hjmuwn7ddjjmxm1bkcg1/fjqsvt76fo9/gazqfvn8y+pjpozw5vx8zkpvtfxmlhcwl5zxyqrm2vrg5zw3vxmsoezi4ogkr6phieky5crvvjhriqvdom9l2xxftevuwcekj3lktmhghgniauiyutvrwxtvme34a77kbvg73gtygpjsrfati1+xc8c84bvraowbf+uwnipyehcvmkjrdx46vlykhkgykm3ujjdhcyzqkxy0chur6ax5cbg+1m4bbjptjcubuz4kuhvjoql93hkin5hxtav5x6yyqopnsyuneey5ni4keqrxbar5wqaxbik00icyo/iveiyqqvjo1u4fgzj/8f9x67bzmxnurjzmijtlybwfgcdjgfdtajwgcf2dwaj7ac3g1ho1n4814n7wwjgjmf/ys8fenfycuzq==

Bardziej szczegółowo

Proposal of thesis topic for mgr in. (MSE) programme in Telecommunications and Computer Science

Proposal of thesis topic for mgr in. (MSE) programme in Telecommunications and Computer Science Proposal of thesis topic for mgr in (MSE) programme 1 Topic: Monte Carlo Method used for a prognosis of a selected technological process 2 Supervisor: Dr in Małgorzata Langer 3 Auxiliary supervisor: 4

Bardziej szczegółowo

Strona główna > Produkty > Systemy regulacji > System regulacji EASYLAB - LABCONTROL > Program konfiguracyjny > Typ EasyConnect.

Strona główna > Produkty > Systemy regulacji > System regulacji EASYLAB - LABCONTROL > Program konfiguracyjny > Typ EasyConnect. Typ EasyConnect FOR THE COMMISSIONING AND DIAGNOSIS OF EASYLAB COMPONENTS, FSE, AND FMS Software for the configuration and diagnosis of controllers Type TCU3, adapter modules TAM, automatic sash device

Bardziej szczegółowo

Zmiany techniczne wprowadzone w wersji Comarch ERP Altum

Zmiany techniczne wprowadzone w wersji Comarch ERP Altum Zmiany techniczne wprowadzone w wersji 2018.2 Copyright 2016 COMARCH SA Wszelkie prawa zastrzeżone Nieautoryzowane rozpowszechnianie całości lub fragmentu niniejszej publikacji w jakiejkolwiek postaci

Bardziej szczegółowo

OpenPoland.net API Documentation

OpenPoland.net API Documentation OpenPoland.net API Documentation Release 1.0 Michał Gryczka July 11, 2014 Contents 1 REST API tokens: 3 1.1 How to get a token............................................ 3 2 REST API : search for assets

Bardziej szczegółowo

POMIAR I ANALIZA PREFERENCJI WYRAŻONYCH Z WYKORZYSTANIEM PAKIETU CONJOINT PROGRAMU R 1 1. WSTĘP. nr N N111 446037. MARCIN PEŁKA, ANETA RYBICKA

POMIAR I ANALIZA PREFERENCJI WYRAŻONYCH Z WYKORZYSTANIEM PAKIETU CONJOINT PROGRAMU R 1 1. WSTĘP. nr N N111 446037. MARCIN PEŁKA, ANETA RYBICKA PRZEGLĄD STATYSTYCZNY R. LIX ZESZYT 3 2012 MARCIN PEŁKA, ANETA RYBICKA POMIAR I ANALIZA PREFERENCJI WYRAŻONYCH Z WYKORZYSTANIEM PAKIETU CONJOINT PROGRAMU R 1 1. WSTĘP W badaniach preferencji konsumentów

Bardziej szczegółowo

Zarządzanie sieciami telekomunikacyjnymi

Zarządzanie sieciami telekomunikacyjnymi SNMP Protocol The Simple Network Management Protocol (SNMP) is an application layer protocol that facilitates the exchange of management information between network devices. It is part of the Transmission

Bardziej szczegółowo

Rozpoznawanie twarzy metodą PCA Michał Bereta 1. Testowanie statystycznej istotności różnic między jakością klasyfikatorów

Rozpoznawanie twarzy metodą PCA Michał Bereta   1. Testowanie statystycznej istotności różnic między jakością klasyfikatorów Rozpoznawanie twarzy metodą PCA Michał Bereta www.michalbereta.pl 1. Testowanie statystycznej istotności różnic między jakością klasyfikatorów Wiemy, że możemy porównywad klasyfikatory np. za pomocą kroswalidacji.

Bardziej szczegółowo

deep learning for NLP (5 lectures)

deep learning for NLP (5 lectures) TTIC 31210: Advanced Natural Language Processing Kevin Gimpel Spring 2019 Lecture 6: Finish Transformers; Sequence- to- Sequence Modeling and AJenKon 1 Roadmap intro (1 lecture) deep learning for NLP (5

Bardziej szczegółowo

TTIC 31210: Advanced Natural Language Processing. Kevin Gimpel Spring Lecture 9: Inference in Structured Prediction

TTIC 31210: Advanced Natural Language Processing. Kevin Gimpel Spring Lecture 9: Inference in Structured Prediction TTIC 31210: Advanced Natural Language Processing Kevin Gimpel Spring 2019 Lecture 9: Inference in Structured Prediction 1 intro (1 lecture) Roadmap deep learning for NLP (5 lectures) structured prediction

Bardziej szczegółowo

Przewody do linii napowietrznych Przewody z drutów okrągłych skręconych współosiowo

Przewody do linii napowietrznych Przewody z drutów okrągłych skręconych współosiowo POPRAWKA do POLSKIEJ NORMY ICS 29.060.10 PNEN 50182:2002/AC Wprowadza EN 50182:2001/AC:2013, IDT Przewody do linii napowietrznych Przewody z drutów okrągłych skręconych współosiowo Poprawka do Normy Europejskiej

Bardziej szczegółowo

Weronika Mysliwiec, klasa 8W, rok szkolny 2018/2019

Weronika Mysliwiec, klasa 8W, rok szkolny 2018/2019 Poniższy zbiór zadań został wykonany w ramach projektu Mazowiecki program stypendialny dla uczniów szczególnie uzdolnionych - najlepsza inwestycja w człowieka w roku szkolnym 2018/2019. Tresci zadań rozwiązanych

Bardziej szczegółowo

Formularz recenzji magazynu. Journal of Corporate Responsibility and Leadership Review Form

Formularz recenzji magazynu. Journal of Corporate Responsibility and Leadership Review Form Formularz recenzji magazynu Review Form Identyfikator magazynu/ Journal identification number: Tytuł artykułu/ Paper title: Recenzent/ Reviewer: (imię i nazwisko, stopień naukowy/name and surname, academic

Bardziej szczegółowo

Linear Classification and Logistic Regression. Pascal Fua IC-CVLab

Linear Classification and Logistic Regression. Pascal Fua IC-CVLab Linear Classification and Logistic Regression Pascal Fua IC-CVLab 1 aaagcxicbdtdbtmwfafwdgxlhk8orha31ibqycvkdgpshdqxtwotng2pxtvqujmok1qlky5xllzrnobbediegwcap4votk2kqkf+/y/tnphdschtadu/giv3vtea99cfma8fpx7ytlxx7ckns4sylo3doom7jguhj1hxchmy/irhrlgh67lxb5x3blis8jjqynmedqujiu5zsqqagrx+yjcfpcrydusshmzeluzsg7tttiew5khhcuzm5rv0gn1unw6zl3gbzlpr3liwncyr6aaqinx4wnc/rpg6ix5szd86agoftuu0g/krjxdarph62enthdey3zn/+mi5zknou2ap+tclvhob9sxhwvhaqketnde7geqjp21zvjsfrcnkfhtejoz23vq97elxjlpbtmxpl6qxtl1sgfv1ptpy/yq9mgacrzkgje0hjj2rq7vtywnishnnkzsqekucnlblrarlh8x8szxolrrxkb8n6o4kmo/e7siisnozcfvsedlol60a/j8nmul/gby8mmssrfr2it8lkyxr9dirxxngzthtbaejv

Bardziej szczegółowo

Wprowadzenie do programu RapidMiner, część 5 Michał Bereta

Wprowadzenie do programu RapidMiner, część 5 Michał Bereta Wprowadzenie do programu RapidMiner, część 5 Michał Bereta www.michalbereta.pl 1. Przekształcenia atrybutów (ang. attribute reduction / transformation, feature extraction). Zamiast wybierad częśd atrybutów

Bardziej szczegółowo

Gradient Coding using the Stochastic Block Model

Gradient Coding using the Stochastic Block Model Gradient Coding using the Stochastic Block Model Zachary Charles (UW-Madison) Joint work with Dimitris Papailiopoulos (UW-Madison) aaacaxicbvdlssnafj3uv62vqbvbzwarxjsqikaboelgzux7gcaeywtsdp1mwsxeaepd+ctuxcji1r9w5984bbpq1gmxdufcy733bcmjutn2t1fawl5zxsuvvzy2t7z3zn29lkwyguktjywrnqbjwigntuuvi51uebqhjlsdwfxebz8qiwnc79uwjv6mepxgfcoljd88uiox0m1hvlnzwzgowymjn7tjyzertmvpareju5aqkndwzs83thawe64wq1j2httvxo6eopirccxnjekrhqae6wrkuuykl08/gmnjryqwsoqurubu/t2ro1jkyrzozhipvpz3juj/xjdt0ywxu55mina8wxrldkoetukairuekzbubgfb9a0q95fawonqkjoez/7lrdi6trzbcm7pqvwrio4yoarh4aq44bzuwq1ogcba4be8g1fwzjwzl8a78tfrlrnfzd74a+pzb2h+lzm=

Bardziej szczegółowo

Katowice, plan miasta: Skala 1: = City map = Stadtplan (Polish Edition)

Katowice, plan miasta: Skala 1: = City map = Stadtplan (Polish Edition) Katowice, plan miasta: Skala 1:20 000 = City map = Stadtplan (Polish Edition) Polskie Przedsiebiorstwo Wydawnictw Kartograficznych im. Eugeniusza Romera Click here if your download doesn"t start automatically

Bardziej szczegółowo

Probabilistic Methods and Statistics. Computer Science 1 st degree (1st degree / 2nd degree) General (general / practical)

Probabilistic Methods and Statistics. Computer Science 1 st degree (1st degree / 2nd degree) General (general / practical) MODULE DESCRIPTION Module code Module name Metody probabilistyczne i statystyka Module name in English Probabilistic Methods and Statistics Valid from academic year 2012/2013 MODULE PLACEMENT IN THE SYLLABUS

Bardziej szczegółowo

Karpacz, plan miasta 1:10 000: Panorama Karkonoszy, mapa szlakow turystycznych (Polish Edition)

Karpacz, plan miasta 1:10 000: Panorama Karkonoszy, mapa szlakow turystycznych (Polish Edition) Karpacz, plan miasta 1:10 000: Panorama Karkonoszy, mapa szlakow turystycznych (Polish Edition) J Krupski Click here if your download doesn"t start automatically Karpacz, plan miasta 1:10 000: Panorama

Bardziej szczegółowo

SUPPLEMENTARY INFORMATION FOR THE LEASE LIMIT APPLICATION

SUPPLEMENTARY INFORMATION FOR THE LEASE LIMIT APPLICATION SUPPLEMENTARY INFORMATION FOR THE LEASE LIMIT APPLICATION 1. Applicant s data Company s name (address, phone) NIP (VAT) and REGON numbers Contact person 2. PPROPERTIES HELD Address Type of property Property

Bardziej szczegółowo

User s manual for icarwash

User s manual for icarwash User s manual for icarwash BKF Myjnie Bezdotykowe Sp. z o.o. Skarbimierzyce 22 72 002 Dołuje (k. Szczecina) Skarbimierzyce, 2014.11.14 Version v0.2 Table of Contents Table of Contents Settings Login Navigation

Bardziej szczegółowo

Typ VFR. Circular flow adjustment dampers for the adjustment of volume flow rates and pressures in supply air and extract air systems

Typ VFR. Circular flow adjustment dampers for the adjustment of volume flow rates and pressures in supply air and extract air systems Typ VFR FOR THE RELIABLE BALANCING OF VOLUME FLOW RATES Circular flow adjustment dampers for the adjustment of volume flow rates and pressures in supply air and extract air systems Each flow adjustment

Bardziej szczegółowo

Nauka Przyroda Technologie

Nauka Przyroda Technologie Nauka Przyroda Technologie ISSN 1897-7820 http://www.npt.up-poznan.net Dział: Rolnictwo Copyright Wydawnictwo Uniwersytetu Przyrodniczego w Poznaniu 2010 Tom 4 Zeszyt 4 ALICJA SZABELSKA 1, MICHAŁ SIATKOWSKI

Bardziej szczegółowo

Strategic planning. Jolanta Żyśko University of Physical Education in Warsaw

Strategic planning. Jolanta Żyśko University of Physical Education in Warsaw Strategic planning Jolanta Żyśko University of Physical Education in Warsaw 7S Formula Strategy 5 Ps Strategy as plan Strategy as ploy Strategy as pattern Strategy as position Strategy as perspective Strategy

Bardziej szczegółowo

Helena Boguta, klasa 8W, rok szkolny 2018/2019

Helena Boguta, klasa 8W, rok szkolny 2018/2019 Poniższy zbiór zadań został wykonany w ramach projektu Mazowiecki program stypendialny dla uczniów szczególnie uzdolnionych - najlepsza inwestycja w człowieka w roku szkolnym 2018/2019. Składają się na

Bardziej szczegółowo

Latent Dirichlet Allocation Models and their Evaluation IT for Practice 2016

Latent Dirichlet Allocation Models and their Evaluation IT for Practice 2016 Latent Dirichlet Allocation Models and their Evaluation IT for Practice 2016 Paweł Lula Cracow University of Economics, Poland pawel.lula@uek.krakow.pl Latent Dirichlet Allocation (LDA) Documents Latent

Bardziej szczegółowo

y = The Chain Rule Show all work. No calculator unless otherwise stated. If asked to Explain your answer, write in complete sentences.

y = The Chain Rule Show all work. No calculator unless otherwise stated. If asked to Explain your answer, write in complete sentences. The Chain Rule Show all work. No calculator unless otherwise stated. If asked to Eplain your answer, write in complete sentences. 1. Find the derivative of the functions y 7 (b) (a) ( ) y t 1 + t 1 (c)

Bardziej szczegółowo

Planning and Cabling Networks

Planning and Cabling Networks Planning and Cabling Networks Network Fundamentals Chapter 10 Version 4.0 1 Projektowanie okablowania i sieci Podstawy sieci Rozdział 10 Version 4.0 2 Objectives Identify the basic network media required

Bardziej szczegółowo

Has the heat wave frequency or intensity changed in Poland since 1950?

Has the heat wave frequency or intensity changed in Poland since 1950? Has the heat wave frequency or intensity changed in Poland since 1950? Joanna Wibig Department of Meteorology and Climatology, University of Lodz, Poland OUTLINE: Motivation Data Heat wave frequency measures

Bardziej szczegółowo

Zakopane, plan miasta: Skala ok. 1: = City map (Polish Edition)

Zakopane, plan miasta: Skala ok. 1: = City map (Polish Edition) Zakopane, plan miasta: Skala ok. 1:15 000 = City map (Polish Edition) Click here if your download doesn"t start automatically Zakopane, plan miasta: Skala ok. 1:15 000 = City map (Polish Edition) Zakopane,

Bardziej szczegółowo

Arrays -II. Arrays. Outline ECE Cal Poly Pomona Electrical & Computer Engineering. Introduction

Arrays -II. Arrays. Outline ECE Cal Poly Pomona Electrical & Computer Engineering. Introduction ECE 114-9 Arrays -II Dr. Z. Aliyazicioglu Electrical & Computer Engineering Electrical & Computer Engineering 1 Outline Introduction Arrays Declaring and Allocation Arrays Examples Using Arrays Passing

Bardziej szczegółowo

Healthix Consent Web-Service Specification

Healthix Consent Web-Service Specification Healthix Consent Web-Service Specification Version 0.1 Healthix, Inc. 40 Worth St., 5 th Floor New York, NY 10013 1-877-695-4749 Ext. 1 healthix.org Heatlhix Consent Web-Services Specification Page 1 of

Bardziej szczegółowo

Rev Źródło:

Rev Źródło: KAmduino UNO Rev. 20190119182847 Źródło: http://wiki.kamamilabs.com/index.php/kamduino_uno Spis treści Basic features and parameters... 1 Standard equipment... 2 Electrical schematics... 3 AVR ATmega328P

Bardziej szczegółowo

Pielgrzymka do Ojczyzny: Przemowienia i homilie Ojca Swietego Jana Pawla II (Jan Pawel II-- pierwszy Polak na Stolicy Piotrowej) (Polish Edition)

Pielgrzymka do Ojczyzny: Przemowienia i homilie Ojca Swietego Jana Pawla II (Jan Pawel II-- pierwszy Polak na Stolicy Piotrowej) (Polish Edition) Pielgrzymka do Ojczyzny: Przemowienia i homilie Ojca Swietego Jana Pawla II (Jan Pawel II-- pierwszy Polak na Stolicy Piotrowej) (Polish Edition) Click here if your download doesn"t start automatically

Bardziej szczegółowo

LEARNING AGREEMENT FOR STUDIES

LEARNING AGREEMENT FOR STUDIES LEARNING AGREEMENT FOR STUDIES The Student First and last name(s) Nationality E-mail Academic year 2014/2015 Study period 1 st semester 2 nd semester Study cycle Bachelor Master Doctoral Subject area,

Bardziej szczegółowo

Akademia Morska w Szczecinie. Wydział Mechaniczny

Akademia Morska w Szczecinie. Wydział Mechaniczny Akademia Morska w Szczecinie Wydział Mechaniczny ROZPRAWA DOKTORSKA mgr inż. Marcin Kołodziejski Analiza metody obsługiwania zarządzanego niezawodnością pędników azymutalnych platformy pływającej Promotor:

Bardziej szczegółowo

Unit of Social Gerontology, Institute of Labour and Social Studies ageing and its consequences for society

Unit of Social Gerontology, Institute of Labour and Social Studies ageing and its consequences for society Prof. Piotr Bledowski, Ph.D. Institute of Social Economy, Warsaw School of Economics local policy, social security, labour market Unit of Social Gerontology, Institute of Labour and Social Studies ageing

Bardziej szczegółowo

Typ VFR. Circular flow adjustment dampers for the adjustment of volume flow rates and pressures in supply air and extract air systems

Typ VFR. Circular flow adjustment dampers for the adjustment of volume flow rates and pressures in supply air and extract air systems Typ VFR FOR THE RELIABLE BALANCING OF VOLUME FLOW RATES Circular flow adjustment dampers for the adjustment of volume flow rates and pressures in supply air and extract air systems Each flow adjustment

Bardziej szczegółowo

G14L LPG toroidal tank

G14L LPG toroidal tank G14L LPG toroidal tank Product Description 4-hole version of the unique STAKO patented design of the full (centre-filled) toroidal tank. The valve plate enhances the functionality of the tank compared

Bardziej szczegółowo

Instrukcja konfiguracji usługi Wirtualnej Sieci Prywatnej w systemie Mac OSX

Instrukcja konfiguracji usługi Wirtualnej Sieci Prywatnej w systemie Mac OSX UNIWERSYTETU BIBLIOTEKA IEGO UNIWERSYTETU IEGO Instrukcja konfiguracji usługi Wirtualnej Sieci Prywatnej w systemie Mac OSX 1. Make a new connection Open the System Preferences by going to the Apple menu

Bardziej szczegółowo

Network Services for Spatial Data in European Geo-Portals and their Compliance with ISO and OGC Standards

Network Services for Spatial Data in European Geo-Portals and their Compliance with ISO and OGC Standards INSPIRE Conference 2010 INSPIRE as a Framework for Cooperation Network Services for Spatial Data in European Geo-Portals and their Compliance with ISO and OGC Standards Elżbieta Bielecka Agnieszka Zwirowicz

Bardziej szczegółowo

Machine Learning for Data Science (CS4786) Lecture11. Random Projections & Canonical Correlation Analysis

Machine Learning for Data Science (CS4786) Lecture11. Random Projections & Canonical Correlation Analysis Machine Learning for Data Science (CS4786) Lecture11 5 Random Projections & Canonical Correlation Analysis The Tall, THE FAT AND THE UGLY n X d The Tall, THE FAT AND THE UGLY d X > n X d n = n d d The

Bardziej szczegółowo

Fig 5 Spectrograms of the original signal (top) extracted shaft-related GAD components (middle) and

Fig 5 Spectrograms of the original signal (top) extracted shaft-related GAD components (middle) and Fig 4 Measured vibration signal (top). Blue original signal. Red component related to periodic excitation of resonances and noise. Green component related. Rotational speed profile used for experiment

Bardziej szczegółowo

Patients price acceptance SELECTED FINDINGS

Patients price acceptance SELECTED FINDINGS Patients price acceptance SELECTED FINDINGS October 2015 Summary With growing economy and Poles benefiting from this growth, perception of prices changes - this is also true for pharmaceuticals It may

Bardziej szczegółowo

Moduł 4 przekaźników sterowanych RS485

Moduł 4 przekaźników sterowanych RS485 Gotronik PPHU Dane aktualne na dzień: 20-01-2017 08:44 Link do produktu: /modul-4-przekaznikow-sterowanych-rs485-p-3942.html Moduł 4 przekaźników sterowanych RS485 Cena Dostępność Numer katalogowy 160,00

Bardziej szczegółowo

DOI: / /32/37

DOI: / /32/37 . 2015. 4 (32) 1:18 DOI: 10.17223/1998863 /32/37 -,,. - -. :,,,,., -, -.,.-.,.,.,. -., -,.,,., -, 70 80. (.,.,. ),, -,.,, -,, (1886 1980).,.,, (.,.,..), -, -,,,, ; -, - 346, -,.. :, -, -,,,,,.,,, -,,,

Bardziej szczegółowo

KORELACJA 1. Wykres rozrzutu ocena związku między zmiennymi X i Y. 2. Współczynnik korelacji Pearsona

KORELACJA 1. Wykres rozrzutu ocena związku między zmiennymi X i Y. 2. Współczynnik korelacji Pearsona KORELACJA 1. Wykres rozrzutu ocena związku między zmiennymi X i Y 2. Współczynnik korelacji Pearsona 3. Siła i kierunek związku między zmiennymi 4. Korelacja ma sens, tylko wtedy, gdy związek między zmiennymi

Bardziej szczegółowo

Instrukcja obsługi User s manual

Instrukcja obsługi User s manual Instrukcja obsługi User s manual Konfigurator Lanberg Lanberg Configurator E-mail: support@lanberg.pl support@lanberg.eu www.lanberg.pl www.lanberg.eu Lanberg 2015-2018 WERSJA VERSION: 2018/11 Instrukcja

Bardziej szczegółowo

EXAMPLES OF CABRI GEOMETRE II APPLICATION IN GEOMETRIC SCIENTIFIC RESEARCH

EXAMPLES OF CABRI GEOMETRE II APPLICATION IN GEOMETRIC SCIENTIFIC RESEARCH Anna BŁACH Centre of Geometry and Engineering Graphics Silesian University of Technology in Gliwice EXAMPLES OF CABRI GEOMETRE II APPLICATION IN GEOMETRIC SCIENTIFIC RESEARCH Introduction Computer techniques

Bardziej szczegółowo

SUPPLEMENTARY INFORMATION FOR THE LEASE LIMIT APPLICATION

SUPPLEMENTARY INFORMATION FOR THE LEASE LIMIT APPLICATION SUPPLEMENTARY INFORMATION FOR THE LEASE LIMIT APPLICATION 1. Applicant s data Company s name (address, phone) NIP (VAT) and REGON numbers Contact person 2. PPROPERTIES HELD Address Type of property Property

Bardziej szczegółowo

TTIC 31210: Advanced Natural Language Processing. Kevin Gimpel Spring Lecture 8: Structured PredicCon 2

TTIC 31210: Advanced Natural Language Processing. Kevin Gimpel Spring Lecture 8: Structured PredicCon 2 TTIC 31210: Advanced Natural Language Processing Kevin Gimpel Spring 2019 Lecture 8: Structured PredicCon 2 1 Roadmap intro (1 lecture) deep learning for NLP (5 lectures) structured predic+on (4 lectures)

Bardziej szczegółowo

Stół Regolo. 100% Made in Italy. Może być używany w wersji zamkniętej lub otwartej na dowolnej wysokości It can be used open or closed, at any height

Stół Regolo. 100% Made in Italy. Może być używany w wersji zamkniętej lub otwartej na dowolnej wysokości It can be used open or closed, at any height Spis treści Stół Regolo... 2 Stół Basic quadrato... 8 Stół Basic rettangolare... 9 Stół Easy... 10 Stół Facile... 11 Stół Kubo... 12 Stół Piccolo... 13 Stoliki Piego... 14 Stół kwadratowy Trendy quadrato...

Bardziej szczegółowo

Nazwa projektu: Kreatywni i innowacyjni uczniowie konkurencyjni na rynku pracy

Nazwa projektu: Kreatywni i innowacyjni uczniowie konkurencyjni na rynku pracy Nazwa projektu: Kreatywni i innowacyjni uczniowie konkurencyjni na rynku pracy DZIAŁANIE 3.2 EDUKACJA OGÓLNA PODDZIAŁANIE 3.2.1 JAKOŚĆ EDUKACJI OGÓLNEJ Projekt współfinansowany przez Unię Europejską w

Bardziej szczegółowo

Wprowadzenie do programu RapidMiner Studio 7.6, część 9 Modele liniowe Michał Bereta

Wprowadzenie do programu RapidMiner Studio 7.6, część 9 Modele liniowe Michał Bereta Wprowadzenie do programu RapidMiner Studio 7.6, część 9 Modele liniowe Michał Bereta www.michalbereta.pl Modele liniowe W programie RapidMiner mamy do dyspozycji kilka dyskryminacyjnych modeli liniowych

Bardziej szczegółowo

Previously on CSCI 4622

Previously on CSCI 4622 More Naïve Bayes aaace3icbvfba9rafj7ew423vr998obg2gpzkojyh4rcx3ys4lafzbjmjifdototmhoilml+hf/mn3+kl+jkdwtr64gbj+8yl2/ywklhsfircg/dvnp33s796mhdr4+fdj4+o3fvywvorkuqe5zzh0oanjakhwe1ra5zhaf5xvgvn35f62rlvtcyxpnm50awundy1hzwi46jbmgprbtrrvidrg4jre4g07kak+picee6xfgiwvfaltorirucni64eeigkqhpegbwaxglabftpyq4gjbls/hw2ci7tr2xj5ddfmfzwtazj6ubmyddgchbzpf88dmrktfonct6vazputos5zakunhfweow5ukcn+puq8m1ulm7kq+d154pokysx4zgxw4nwq6dw+rcozwnhbuu9et/tgld5cgslazuci1yh1q2ynca/u9ais0kukspulds3xxegvtyfycu8iwk1598e0z2xx/g6ef94ehbpo0d9ok9yiowsvfskh1ix2zcbpsdvaxgww7wj4zdn+he2hogm8xz9s+e7/4cuf/ata==

Bardziej szczegółowo

Machine Learning for Data Science (CS4786) Lecture 24. Differential Privacy and Re-useable Holdout

Machine Learning for Data Science (CS4786) Lecture 24. Differential Privacy and Re-useable Holdout Machine Learning for Data Science (CS4786) Lecture 24 Differential Privacy and Re-useable Holdout Defining Privacy Defining Privacy Dataset + Defining Privacy Dataset + Learning Algorithm Distribution

Bardziej szczegółowo

Testy jednostkowe - zastosowanie oprogramowania JUNIT 4.0 Zofia Kruczkiewicz

Testy jednostkowe - zastosowanie oprogramowania JUNIT 4.0  Zofia Kruczkiewicz Testy jednostkowe - zastosowanie oprogramowania JUNIT 4.0 http://www.junit.org/ Zofia Kruczkiewicz 1. Aby utworzyć test dla jednej klasy, należy kliknąć prawym przyciskiem myszy w oknie Projects na wybraną

Bardziej szczegółowo

DM-ML, DM-FL. Auxiliary Equipment and Accessories. Damper Drives. Dimensions. Descritpion

DM-ML, DM-FL. Auxiliary Equipment and Accessories. Damper Drives. Dimensions. Descritpion DM-ML, DM-FL Descritpion DM-ML and DM-FL actuators are designed for driving round dampers and square multi-blade dampers. Example identification Product code: DM-FL-5-2 voltage Dimensions DM-ML-6 DM-ML-8

Bardziej szczegółowo

Compatible cameras for NVR-5000 series Main Stream Sub stream Support Firmware ver. 0,2-1Mbit yes yes yes n/d

Compatible cameras for NVR-5000 series Main Stream Sub stream Support Firmware ver. 0,2-1Mbit yes yes yes n/d NOVUS IP CAMERAS CLASSIC CAMERAS Compatible cameras for NVR-5000 series Main Stream Sub stream Support Firmware ver. Resolution Bitrate FPS GOP Resolution Bitrate FPS GOP Audio Motion detection NVIP 5000

Bardziej szczegółowo

www.irs.gov/form990. If "Yes," complete Schedule A Schedule B, Schedule of Contributors If "Yes," complete Schedule C, Part I If "Yes," complete Schedule C, Part II If "Yes," complete Schedule C, Part

Bardziej szczegółowo

Few-fermion thermometry

Few-fermion thermometry Few-fermion thermometry Phys. Rev. A 97, 063619 (2018) Tomasz Sowiński Institute of Physics of the Polish Academy of Sciences Co-authors: Marcin Płodzień Rafał Demkowicz-Dobrzański FEW-BODY PROBLEMS FewBody.ifpan.edu.pl

Bardziej szczegółowo

Installation of EuroCert software for qualified electronic signature

Installation of EuroCert software for qualified electronic signature Installation of EuroCert software for qualified electronic signature for Microsoft Windows systems Warsaw 28.08.2019 Content 1. Downloading and running the software for the e-signature... 3 a) Installer

Bardziej szczegółowo

Matematyka 3. Suma szeregu. Promień zbieżności szeregu. Przykład 1: Przykład 2: GenerateConditions

Matematyka 3. Suma szeregu. Promień zbieżności szeregu. Przykład 1: Przykład 2: GenerateConditions Matematyka 3 Suma szeregu? Sum i max Sum[f, {i, i max }] evaluates the sum f. Sum[f, {i, i min, i max }] starts with i = i min. Sum[f, {i, i min, i max, di}] uses steps di. Sum[f, {i, {i 1, i 2, }}] uses

Bardziej szczegółowo

EGARA 2011. Adam Małyszko FORS. POLAND - KRAKÓW 2-3 12 2011r

EGARA 2011. Adam Małyszko FORS. POLAND - KRAKÓW 2-3 12 2011r EGARA 2011 Adam Małyszko FORS POLAND - KRAKÓW 2-3 12 2011r HISTORIA ELV / HISTORY ELV 1992r. 5 Program działań na rzecz ochrony środowiska / EAP (Environmental Action Plan) 1994r. Strategia dobrowolnego

Bardziej szczegółowo

Mirosław Kupczyk miron@man.poznan.pl. Pozna, PCSS, 17-18.01.2005. Szkolenie: "Architektura i uytkowanie klastra Linux IA-64"

Mirosław Kupczyk miron@man.poznan.pl. Pozna, PCSS, 17-18.01.2005. Szkolenie: Architektura i uytkowanie klastra Linux IA-64 Mirosław Kupczyk miron@man.poznan.pl $ %! " # & ' Wzgldy historyczne Naturalna ewolucja systemów luno ze sob powizanych znajdujcych si w jednej oraganizacji, ch współdzielenia zasobów obliczeniowych, danych,

Bardziej szczegółowo

(LMP-Liniowy model prawdopodobieństwa)

(LMP-Liniowy model prawdopodobieństwa) OGÓLNY MODEL REGRESJI BINARNEJ (LMP-Liniowy model prawdopodobieństwa) Dla k3 y α α α α + x + x + x 2 2 3 3 + α x x α x x + α x x + α x x + ε + x 4 2 5 3 6 2 3 7 2 3 Zał.: Wszystkie zmienne interakcyjne

Bardziej szczegółowo

SG-MICRO... SPRĘŻYNY GAZOWE P.103

SG-MICRO... SPRĘŻYNY GAZOWE P.103 SG-MICRO... SG-MICRO 19 SG-MICRO SG-MICRO H SG-MICRO R SG-MICRO 32 SG-MICRO 32H SG-MICRO 32R SG-MICRO SG-MICRO H SG-MICRO R SG-MICRO 45 SG-MICRO SG-MICRO SG-MICRO 75 SG-MICRO 95 SG-MICRO 0 cylindra body

Bardziej szczegółowo

Stargard Szczecinski i okolice (Polish Edition)

Stargard Szczecinski i okolice (Polish Edition) Stargard Szczecinski i okolice (Polish Edition) Janusz Leszek Jurkiewicz Click here if your download doesn"t start automatically Stargard Szczecinski i okolice (Polish Edition) Janusz Leszek Jurkiewicz

Bardziej szczegółowo

No matter how much you have, it matters how much you need

No matter how much you have, it matters how much you need CSR STRATEGY KANCELARIA FINANSOWA TRITUM GROUP SP. Z O.O. No matter how much you have, it matters how much you need Kancelaria Finansowa Tritum Group Sp. z o.o. was established in 2007 we build trust among

Bardziej szczegółowo

WENTYLATORY PROMIENIOWE SINGLE-INLET DRUM BĘBNOWE JEDNOSTRUMIENIOWE CENTRIFUGAL FAN

WENTYLATORY PROMIENIOWE SINGLE-INLET DRUM BĘBNOWE JEDNOSTRUMIENIOWE CENTRIFUGAL FAN WENTYLATORY PROMIENIOWE SINGLE-INLET DRUM BĘBNOWE JEDNOSTRUMIENIOWE CENTRIFUGAL FAN TYP WPB TYPE WPB Wentylatory promieniowe jednostrumieniowe bębnowe (z wirnikiem typu Single-inlet centrifugal fans (with

Bardziej szczegółowo

Wojewodztwo Koszalinskie: Obiekty i walory krajoznawcze (Inwentaryzacja krajoznawcza Polski) (Polish Edition)

Wojewodztwo Koszalinskie: Obiekty i walory krajoznawcze (Inwentaryzacja krajoznawcza Polski) (Polish Edition) Wojewodztwo Koszalinskie: Obiekty i walory krajoznawcze (Inwentaryzacja krajoznawcza Polski) (Polish Edition) Robert Respondowski Click here if your download doesn"t start automatically Wojewodztwo Koszalinskie:

Bardziej szczegółowo

OPRAWY I CZÊŒCI ZNORMALIZOWANE DO T OCZNIKÓW

OPRAWY I CZÊŒCI ZNORMALIZOWANE DO T OCZNIKÓW FCPK a SUPERIOR DIE SET CORPORATION COMPANY FCPK Bytów Sp. z o.o. ul. Lêborska 26, 77-100 Bytów, Poland tel. +48-59-822-9700, fax +48-59-822-9701 www.fcpk.pl OPRAWY I CZÊŒCI ZNORMALIZOWANE DO T OCZNIKÓW

Bardziej szczegółowo

OSTC GLOBAL TRADING CHALLENGE MANUAL

OSTC GLOBAL TRADING CHALLENGE MANUAL OSTC GLOBAL TRADING CHALLENGE MANUAL Wrzesień 2014 www.ostc.com/game Po zarejestrowaniu się w grze OSTC Global Trading Challenge, zaakceptowaniu oraz uzyskaniu dostępu to produktów, użytkownik gry będzie

Bardziej szczegółowo

PL-Jastrzębie Zdrój: parts of conveyors 2010/S 94-142624 CONTRACT NOTICE - UTILITIES. Supplies

PL-Jastrzębie Zdrój: parts of conveyors 2010/S 94-142624 CONTRACT NOTICE - UTILITIES. Supplies CONTRACTING ENTITY PL-Jastrzębie Zdrój: parts of conveyors 2010/S 94-142624 CONTRACT NOTICE - UTILITIES Supplies NAME, ADDRESSES AND CONTACT POINT(S) Jastrzębska Spółka Węglowa Zakład Logistyki Materialowej

Bardziej szczegółowo

Wybrzeze Baltyku, mapa turystyczna 1: (Polish Edition)

Wybrzeze Baltyku, mapa turystyczna 1: (Polish Edition) Wybrzeze Baltyku, mapa turystyczna 1:50 000 (Polish Edition) Click here if your download doesn"t start automatically Wybrzeze Baltyku, mapa turystyczna 1:50 000 (Polish Edition) Wybrzeze Baltyku, mapa

Bardziej szczegółowo

www.irs.gov/form990. If "Yes," complete Schedule A Schedule B, Schedule of Contributors If "Yes," complete Schedule C, Part I If "Yes," complete Schedule C, Part II If "Yes," complete Schedule C, Part

Bardziej szczegółowo

THE RAIL RATES valid from 1st October 2015

THE RAIL RATES valid from 1st October 2015 RAIL TARIFF This Rail Tariff is an integral part of intermodal transport arrangement service provided by PCC Intermodal S.A. and therefore it cannot be used as a standalone offer, only in combination with

Bardziej szczegółowo

Deklaracja zgodności

Deklaracja zgodności Siedziba główna: DK-6430 Nordborg, Dania Nr reg.: 31744 DK-6000, Dania Telefax: +45 76 35 65 98 Telefon: +45 76 35 65 65 Deklaracja zgodności (tłumaczenie z oryginału) Industrial Automation Fluid Controls

Bardziej szczegółowo

Marzec: food, advertising, shopping and services, verb patterns, adjectives and prepositions, complaints - writing

Marzec: food, advertising, shopping and services, verb patterns, adjectives and prepositions, complaints - writing Wymagania na podstawie Podstawy programowej kształcenia ogólnego dla szkoły podstawowej język obcy oraz polecanego podręcznika New Matura Success Intermediate * Cele z podstawy programowej: rozumienie

Bardziej szczegółowo

Raport bieżący: 44/2018 Data: g. 21:03 Skrócona nazwa emitenta: SERINUS ENERGY plc

Raport bieżący: 44/2018 Data: g. 21:03 Skrócona nazwa emitenta: SERINUS ENERGY plc Raport bieżący: 44/2018 Data: 2018-05-23 g. 21:03 Skrócona nazwa emitenta: SERINUS ENERGY plc Temat: Zawiadomienie o zmianie udziału w ogólnej liczbie głosów w Serinus Energy plc Podstawa prawna: Inne

Bardziej szczegółowo

PROGRAM. Partnerskie Projekty Szkół Program sektorowy Programu Uczenie się przez całe życie. Tytuł projektu: My dream will change the world

PROGRAM. Partnerskie Projekty Szkół Program sektorowy Programu Uczenie się przez całe życie. Tytuł projektu: My dream will change the world PROGRAM Partnerskie Projekty Szkół Program sektorowy Programu Uczenie się przez całe życie Tytuł projektu: My dream will change the world Państwa partnerskie: Hiszpania i Włochy Czas realizacji projektu:

Bardziej szczegółowo

Revenue Maximization. Sept. 25, 2018

Revenue Maximization. Sept. 25, 2018 Revenue Maximization Sept. 25, 2018 Goal So Far: Ideal Auctions Dominant-Strategy Incentive Compatible (DSIC) b i = v i is a dominant strategy u i 0 x is welfare-maximizing x and p run in polynomial time

Bardziej szczegółowo

DODATKOWE ĆWICZENIA EGZAMINACYJNE

DODATKOWE ĆWICZENIA EGZAMINACYJNE I.1. X Have a nice day! Y a) Good idea b) See you soon c) The same to you I.2. X: This is my new computer. Y: Wow! Can I have a look at the Internet? X: a) Thank you b) Go ahead c) Let me try I.3. X: What

Bardziej szczegółowo

Extraclass. Football Men. Season 2009/10 - Autumn round

Extraclass. Football Men. Season 2009/10 - Autumn round Extraclass Football Men Season 2009/10 - Autumn round Invitation Dear All, On the date of 29th July starts the new season of Polish Extraclass. There will be live coverage form all the matches on Canal+

Bardziej szczegółowo

ESTATUARIO E05 ESTATUARIO E01 ESTATUARIO E01-R ESTATUARIO E05-R NERO MARQUINA NM01 NERO MARQUINA NM01-R BLANCO CARRARA BC2 BLANCO CARRARA BC2-R

ESTATUARIO E05 ESTATUARIO E01 ESTATUARIO E01-R ESTATUARIO E05-R NERO MARQUINA NM01 NERO MARQUINA NM01-R BLANCO CARRARA BC2 BLANCO CARRARA BC2-R ESTATUARIO E01 ESTATUARIO E01-R ESTATUARIO E05 ESTATUARIO E05-R.0x1.500.0x1.500.0x1.500.0x1.500.0x1.00.0x1.00.0x1.00.0x1.00 BLANCO CARRARA BC2 BLANCO CARRARA BC2-R NERO MARQUINA NM01 NERO MARQUINA NM01-R.0x1.500.0x1.500.0x1.500.0x1.500.0x1.00.0x1.00.0x1.00.0x1.00

Bardziej szczegółowo

Country fact sheet. Noise in Europe overview of policy-related data. Poland

Country fact sheet. Noise in Europe overview of policy-related data. Poland Country fact sheet Noise in Europe 2015 overview of policy-related data Poland April 2016 The Environmental Noise Directive (END) requires EU Member States to assess exposure to noise from key transport

Bardziej szczegółowo

Wydział Fizyki, Astronomii i Informatyki Stosowanej Uniwersytet Mikołaja Kopernika w Toruniu

Wydział Fizyki, Astronomii i Informatyki Stosowanej Uniwersytet Mikołaja Kopernika w Toruniu IONS-14 / OPTO Meeting For Young Researchers 2013 Khet Tournament On 3-6 July 2013 at the Faculty of Physics, Astronomy and Informatics of Nicolaus Copernicus University in Torun (Poland) there were two

Bardziej szczegółowo

European Crime Prevention Award (ECPA) Annex I - new version 2014

European Crime Prevention Award (ECPA) Annex I - new version 2014 European Crime Prevention Award (ECPA) Annex I - new version 2014 Załącznik nr 1 General information (Informacje ogólne) 1. Please specify your country. (Kraj pochodzenia:) 2. Is this your country s ECPA

Bardziej szczegółowo

archivist: Managing Data Analysis Results

archivist: Managing Data Analysis Results archivist: Managing Data Analysis Results https://github.com/pbiecek/archivist Marcin Kosiński 1,2, Przemysław Biecek 2 1 IT Research and Development Grupa Wirtualna Polska 2 Faculty of Mathematics, Informatics

Bardziej szczegółowo

Bazy danych Ćwiczenia z SQL

Bazy danych Ćwiczenia z SQL Bazy danych Ćwiczenia z SQL W ćwiczeniach wykorzystano przyk adowy schemat bazy danych dostarczany z Personal Oracle 8 Definicję schematu i dane tabel zawiera plik bdemobld sql (c) 2001 Katedra Informatyki

Bardziej szczegółowo

Oferta przetargu. Poland Tender. Nazwa. Miejscowość. Warszawa Numer ogłoszenia. Data zamieszczenia 2011-09-28. Typ ogłoszenia

Oferta przetargu. Poland Tender. Nazwa. Miejscowość. Warszawa Numer ogłoszenia. Data zamieszczenia 2011-09-28. Typ ogłoszenia Poland Tender Oferta przetargu Nazwa Dostawa oprogramowania komputerowego umożliwiającego tworzenie opracowań statystycznych obrazujących gospodarowanie Zasobem Własności Rolnej Skarbu Państwa Miejscowość

Bardziej szczegółowo

Machine Learning for Data Science (CS4786) Lecture 11. Spectral Embedding + Clustering

Machine Learning for Data Science (CS4786) Lecture 11. Spectral Embedding + Clustering Machine Learning for Data Science (CS4786) Lecture 11 Spectral Embedding + Clustering MOTIVATING EXAMPLE What can you say from this network? MOTIVATING EXAMPLE How about now? THOUGHT EXPERIMENT For each

Bardziej szczegółowo

Website review auto-web.pl

Website review auto-web.pl Website review auto-web.pl Generated on August 14 2017 13:51 PM The score is 49/100 SEO Content Title Auto-Web - Darmowe ogłoszenia motoryzacyjne Length : 43 Perfect, your title contains between 10 and

Bardziej szczegółowo

Odnawialne źródła energii. Renewable Energy Resources. Energetics 1 st degree (1st degree / 2nd degree) General (general / practical)

Odnawialne źródła energii. Renewable Energy Resources. Energetics 1 st degree (1st degree / 2nd degree) General (general / practical) MODULE DESCRIPTION Module code Module name Odnawialne źródła energii Module name in English Renewable Energy Resources Valid from academic year 2012/201 MODULE PLACEMENT IN THE SYLLABUS Subject Level of

Bardziej szczegółowo

OSI Physical Layer. Network Fundamentals Chapter 8. Version Cisco Systems, Inc. All rights reserved. Cisco Public 1

OSI Physical Layer. Network Fundamentals Chapter 8. Version Cisco Systems, Inc. All rights reserved. Cisco Public 1 OSI Physical Layer Network Fundamentals Chapter 8 Version 4.0 1 Warstwa fizyczna modelu OSI Network Fundamentals Rozdział 8 Version 4.0 2 Objectives Explain the role of Physical layer protocols and services

Bardziej szczegółowo

Bardzo formalny, odbiorca posiada specjalny tytuł, który jest używany zamiast nazwiska

Bardzo formalny, odbiorca posiada specjalny tytuł, który jest używany zamiast nazwiska - Wstęp Dear Mr. President, Dear Mr. President, Bardzo formalny, odbiorca posiada specjalny tytuł, który jest używany zamiast nazwiska Dear Sir, Dear Sir, Formalny, odbiorcą jest mężczyzna, którego nazwiska

Bardziej szczegółowo