Temporal Preference Analysis in Recommender Systems

Total Page:16

File Type:pdf, Size:1020Kb

Temporal Preference Analysis in Recommender Systems Temporal Preference Analysis In Recommender Systems Master’s Thesis 0,5 0,4 0,3 0,2 0,1 category_effect movie_effect maca_effect 0,0 -0,1 -0,2 -0,3 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Marek Karczewski Temporal Preference Analysis In Recommender Systems THESIS submitted in partial fulfillment of the requirements for the degree of MASTER OF SCIENCE in COMPUTER SCIENCE by Marek Karczewski born in Warsaw, Poland Web Information Systems Group Department of Software Technology Faculty EEMCS, Delft University of Technology Delft, the Netherlands www.wis.ewi.tudelft.nl c 2010 Marek Karczewski. Coverpicture: Temporal Effects Temporal Preference Analysis In Recommender Systems Author: Marek Karczewski Student id: 9422407 Email: [email protected] Abstract This thesis presents the results of research into temporal preference analysis in recommender systems. Temporal preference analysis consists of methods for detecting time recurrent changes in user preferences and for using this informa- tion to improve recommendation precision. Thesis Committee: Chair: Prof.Dr.Ir. G.J.P.M. Houben, Faculty EEMCS, TUDelft University supervisor: Dr.Ir. A.J.H. Hidders, Faculty EEMCS, TUDelft Committee Member: Ir. H.J.A.M. Geers, Faculty EEMCS, TUDelft Preface This thesis could not have been completed without the love and support of a number of people. First and foremost I would like to express my gratitude to the wonder- ful women in my life. Dear Mother, thank You for supporting and motivating me throughout the years. Dear Alexandra, words come short describing Your patience and dedication. I love You both very much. I am much obliged to my supervisor Dr Jan Hidders. Thank You for providing the guidance and advice to keep the research on track. Your help with formalizing the theoretical basis for performing temporal preference analysis is greatly appreciated as well. My thank also goes to Professor Geert-Jan Houben, head of the faculty of Web Information Systems at the Technical University of Delft. Thank You for admitting me to Your group and allowing me to perform my master’s research as part of it. Special thank goes to Dr Jaap Aalders. The many talks we had on the cyclic nature of natural phenomena turned out to be more valuable than I could foresee. Dear Yehuda Koren, thank You for explaining some details pertaining to Your method for generating recommendations with temporal dynamics. Dear Dr. Mick Flanagan, thank You for Your support with using the Java Scientific Library package for performing linear regression analysis. To all who it may concern; I wish You a pleasant and interesting read. Marek Karczewski Delft, the Netherlands November 17, 2010 iii Contents Preface iii Contents v List of Figures vii 1 Introduction 1 1.1 Context . 2 1.2 Temporal preference analysis . 7 1.3 Research objectives . 9 1.4 Outline . 11 2 Preparations 13 2.1 Theory of recommender systems and temporal dynamics . 13 2.2 Theory of temporal preference analysis . 16 2.3 Implementation . 20 3 Results 33 3.1 Measuring temporal effects . 33 3.2 Applying temporal effects . 38 3.3 Recommendation precision . 42 4 Conclusions and Future Work 49 4.1 Contributions . 49 4.2 Reflection . 50 4.3 Future work . 55 4.4 Final conclusions . 57 Bibliography 59 A Interest period parameters 63 v List of Figures 1.1 Information Retrieval . 5 1.2 Clustering . 8 2.1 Notation . 19 2.2 Main Classes . 22 2.3 User Interface . 24 3.1 Rating Series Regions . 33 3.2 Gap Length . 35 3.3 Last Period Length . 36 3.4 Total Length of Rating Series . 37 3.5 Maca Effect Count . 46 4.1 Distribution of Maca Effects . 51 4.2 Positivity and Last Length . 52 4.3 Gap Length . 52 A.1 Gap Neutrals . 63 A.2 Gap Negatives . 64 A.3 Gap Average . 64 A.4 Last Average . 65 A.5 Last Frequency . 65 A.6 Last Negatives . 66 A.7 Last Neutrals . 66 A.8 Interest Periods . 67 A.9 Disinterest Periods . 67 vii Chapter 1 Introduction In the past thirty years we have seen major technological advances that have led to an explosive growth of information processing systems. Some of these systems, for instance those used in hospitals, may have limited connectivity with the outside world and are intended for specialized use only. But the majority of present-day computer systems are interconnected by a common network called the Internet. In developed countries such as the Netherlands, access to the Internet is quite common. According to statistics from 2008, more than eighty percent of all Dutch citizens over sixteen years of age make use of the Internet. We can trace back the start of the Internet as a specialized network for providing robust communication between military computer systems. Nowadays the Internet is a network connecting mostly open systems that benefit a great number of people. The importance of this network might best be exemplified by the influence it has on the natural language. Not only do we write “Internet” with a capital letter in English, but we also thank a number of new expressions to it. Surfing, blog, cyberspace, cookie, browser and downloading are just a few examples of words related to different aspects of the Internet. Many areas of human activity such as commerce, entertainment and education are represented by various services on the Internet. A user of the Internet can visit websites such as Amazon or DealExtreme to do his shopping from the leisure of his home. He can read news on Onet or CNN and he can study unknown facts on the Wikipedia. Video enthusiasts can visit YouTube, a popular online service for viewing and publicizing video content. The Internet is not restricted to websites. There are many dedicated applications that make use of the Internet for communication. Skype, a popular communicator, allows users to talk with each other free of charge over the Internet. Fans of chess or go can play their favourite game on a Internet server by using dedicated client applica- tions. The Internet also allows for easy file exchange, either by using the standard file transfer protocol, or by using a dedicated file sharing network like BT2Net or Gnutella. The progress made in recent years introduces specific engineering challenges. The abundance of available information and usage options in modern computer systems often leads to various usability difficulties. In the context of this research we can formulate the following problem statement: Problem Statement. The amount of stored and retrievable information in present-day 1 1.1 Context Introduction computer systems causes difficulties in finding relevant information in a timely manner. Specialized computer systems called information retrieval systems can assist the user in finding useful information. This thesis focuses on a special kind of information retrieval systems called recommender systems. A recommender system presents items to the user in the form of personalized recommendations. In most cases, the user can provide feedback on the recommended items by giving them a rating. A characteris- tic feature of recommender systems is the ability to store the user’s preferences and filter the presented information accordingly. Recommender systems can thus alleviate the problem of finding relevant information by presenting interesting items to users, while minimizing the effort required to inform the system about individual needs for information. A recommender system is only as useful as it is capable of producing accurate predictions of future ratings. This ability is called recommendation precision. The more precise a recommender system is, the more it is capable to correctly identify the items that should appeal to the user, i.e. receive high ratings. In the quest to produce better recommender systems, an improvement of recom- mendation precision is one of the main goals. Changes in user preferences can hinder the precise generation of recommenations.. The research presented in this thesis is mo- tivated by the desire to increase recommendation precision, while dealing with changes in user preferences. We can state: Main Objective. The main objective of our research is to investigate the possibility of improving recommendation precision by analysing and acting upon cyclic changes in user preferences that take place over time. Before formulating more specific research objectives, let’s first present some nec- essary background information. We’ll start by examining the role that information and information processing technology plays in our daily lives. 1.1 Context 1.1.1 The need for information Our understanding of a studied subject, its place in the world and its relation to other subjects, is formed by processing information. The English word “information” is de- rived from the Latin verb "informare" meaning “to give form to the mind”, “to disci- pline”, “instruct” or “teach” [1]. The role of information is to shape our understanding of the surrounding world, our place in it, our relationships with other people and our choices regarding future conduct. Without this knowledge it would be difficult to at- tain to our needs in a proper way. It is important therefore, that the information we are receiving is both correct and relevant to the problems that we are trying to solve. While informational correctness depends on the quality of the source, informa- tional relevance depends on individual needs. Different people will show different needs for information, depending on their age, occupation, interests, living conditions and other factors. A person who is interested in the history of Mexico will not be helped by a course in linear algebra. Furthermore, the level of detail or abstraction of 2 Introduction 1.1 Context information concerning a particular area of interest should reflect the level of under- standing of the subject.
Recommended publications
  • JASP: Graphical Statistical Software for Common Statistical Designs
    JSS Journal of Statistical Software January 2019, Volume 88, Issue 2. doi: 10.18637/jss.v088.i02 JASP: Graphical Statistical Software for Common Statistical Designs Jonathon Love Ravi Selker Maarten Marsman University of Newcastle University of Amsterdam University of Amsterdam Tahira Jamil Damian Dropmann Josine Verhagen University of Amsterdam University of Amsterdam University of Amsterdam Alexander Ly Quentin F. Gronau Martin Šmíra University of Amsterdam University of Amsterdam Masaryk University Sacha Epskamp Dora Matzke Anneliese Wild University of Amsterdam University of Amsterdam University of Amsterdam Patrick Knight Jeffrey N. Rouder Richard D. Morey University of Amsterdam University of California, Irvine Cardiff University University of Missouri Eric-Jan Wagenmakers University of Amsterdam Abstract This paper introduces JASP, a free graphical software package for basic statistical pro- cedures such as t tests, ANOVAs, linear regression models, and analyses of contingency tables. JASP is open-source and differentiates itself from existing open-source solutions in two ways. First, JASP provides several innovations in user interface design; specifically, results are provided immediately as the user makes changes to options, output is attrac- tive, minimalist, and designed around the principle of progressive disclosure, and analyses can be peer reviewed without requiring a “syntax”. Second, JASP provides some of the recent developments in Bayesian hypothesis testing and Bayesian parameter estimation. The ease with which these relatively complex Bayesian techniques are available in JASP encourages their broader adoption and furthers a more inclusive statistical reporting prac- tice. The JASP analyses are implemented in R and a series of R packages. Keywords: JASP, statistical software, Bayesian inference, graphical user interface, basic statis- tics.
    [Show full text]
  • Security Systems Services World Report
    Security Systems Services World Report established in 1974, and a brand since 1981. www.datagroup.org Security Systems Services World Report Database Ref: 56162 This database is updated monthly. Security Systems Services World Report SECURITY SYSTEMS SERVICES WORLD REPORT The Security systems services Report has the following information. The base report has 59 chapters, plus the Excel spreadsheets & Access databases specified. This research provides World Data on Security systems services. The report is available in several Editions and Parts and the contents and cost of each part is shown below. The Client can choose the Edition required; and subsequently any Parts that are required from the After-Sales Service. Contents Description ....................................................................................................................................... 5 REPORT EDITIONS ........................................................................................................................... 6 World Report ....................................................................................................................................... 6 Regional Report ................................................................................................................................... 6 Country Report .................................................................................................................................... 6 Town & Country Report ......................................................................................................................
    [Show full text]
  • Community Notebook
    Community Notebook Free Software Projects Projects on the Move Who says statistics have to be a nightmare? Also in this issue: After the Deadline takes care of language issues. By Carsten Schnober and Heike Jurzik Jan Prchal, 123RF ven hardened nerds are often over-challenged by the less than intuitive field of statistics. Besides the theory, you Kheng123RF Ho Toh, need to know how to use the software that converts all Ethe theory into a practical application. The R environment [1] can be a big help on the software side. This free implementation of the S statistics programming lan- guage was launched in 1992. Initially, you will not be able to do much with R and its spartan command-line tools until you learn the language. Although SPSS [2] is a commercial alternative, even students are asked to pay a three-digit licensing fee, and the quality isn’t always on par with R. Sofa Statistics for All Free statistics software with an intuitive web interface is a niche that the Sofa (Statistics Open For All) [3] project fills. One of the project’s aims is to give statisticians an easy-to-use tool. Like many other mathematical disciplines, statistics is an ancillary science that is used in many areas to interpret empiric surveys. For example, you can use a series of results to calcu- late the probability of dice throws. Social scientists can also forecast whether a survey is significant or will just output random values. Many statistical tests have different strengths and weaknesses that only specialists can assess.
    [Show full text]
  • O4 EN Nowy.Pdf
    Authors: Agata Goździk, Dagmara Bożek, Karolina Chodzińska, Jesús Clemente, María Clemente, Alexia Micallef Gatt, Antonija Grizelj, Despoina Mitropoulou, Kostas Papadimas, Anita Simac, Franca Sormani, Mieke Sterken, Contributors: Institute of Geophysiscs, Polish Academy of Sciences Please cite this publication as: Goździk, A. et al (2021). BRITEC Citizen Science Toolkit. BRITEC report. March 2021, Institute of Geophysics PAS, Poland Keywords: Science, Technology, Engineering and Mathematics (STEM); Citizen Science; Participatory Science; School Education, research ethics Design/DTP: Mattia Gentile This report is published under the terms and conditions of the Attribution 4.0 International (CC BY 4.0) (https://creativecommons.org/licenses/by/4.0/). This report was produced within the project BRITEC: Bringing Research into the Classroom and has been funded with support from the European Commission within ERASMUS+ Programme, and corresponds to Output 4 of the project. This report reflects the views only of the authors, and FRSE and the European Commission cannot be held responsible for any use which may be made of the information contained therein. 1 Table of contents Executive summary ................................................................................................................................. 3 Introduction to Citizen Science ............................................................................................................... 4 Citizen Science Tools ..............................................................................................................................
    [Show full text]
  • Cumulation of Poverty Measures: the Theory Beyond It, Possible Applications and Software Developed
    Cumulation of Poverty measures: the theory beyond it, possible applications and software developed (Francesca Gagliardi and Giulio Tarditi) Siena, October 6th , 2010 1 Context and scope Reliable indicators of poverty and social exclusion are an essential monitoring tool. In the EU-wide context, these indicators are most useful when they are comparable across countries and over time. Furthermore, policy research and application require statistics disaggregated to increasingly lower levels and smaller subpopulations. Direct, one-time estimates from surveys designed primarily to meet national needs tend to be insufficiently precise for meeting these new policy needs. This is particularly true in the domain of poverty and social exclusion, the monitoring of which requires complex distributional statistics – statistics necessarily based on intensive and relatively small- scale surveys of households and persons. This work addresses some statistical aspects relating to improving the sampling precision of such indicators in EU countries, in particular through the cumulation of data over rounds of regularly repeated national surveys. 2 EU-SILC The reference data for this purpose are EU Statistics on Income and Living Conditions, the major source of comparative statistics on income and living conditions in Europe. A standard integrated design has been adopted by nearly all EU countries. It involves a rotational panel, with a new sample of households and persons introduced each year to replace one-fourth of the existing sample. Persons enumerated in each new sample are followed-up in the survey for four years. The design yields each year a cross- sectional sample, as well as longitudinal samples of 2, 3 and 4 year duration.
    [Show full text]
  • Catering Services World Market Database Report & Database
    Catering Services World Market Database Report & Database established in 1974, and a brand since 1981. www.datagroup.org Catering Services Database Ref: W2811_L This database is updated monthly. Catering Services World Market Database Report & Database CATERING SERVICES REPORT The Catering services Report & Database has the following information. The base report has 59 chapters, plus the Excel spreadsheets & Access databases specified. This research provides World Market Database on Catering services. The report is available in several Editions and Parts and the contents and cost of each part is shown below. The Client can choose the Edition required; and subsequently any Parts that are required from the After-Sales Service. Contents Description ....................................................................................................................................... 5 Coverage ......................................................................................................................................... 8 REPORT EDITIONS ......................................................................................................................... 12 World Report & Database.................................................................................................................. 12 Regional Report & Database ............................................................................................................. 12 Country Report & Database .............................................................................................................
    [Show full text]
  • Rcommander Tinn-R Microsoft R Open & R Server R GUI
    Vol. 24, No.1 (January to March 2017) RCommander Tinn-R Microsoft R Open & R Server R GUI R: An Open Source Software Environment for Statistical Analysis Yatrik Patel1, Divyakant Vaghela2, Hitesh Solanki3 and Mitisha Vaidya4 1 Scientist D (CS),2,3 Scientist B (CS), 4 Project Officer (CS) IndCat N-LIST (E-resources for College) http://indcat.inflibnet.ac.in/ http://nilst.inflibnet.ac.in/ SOUL Helpline Open Journal Access System (OJAS) Tel. : +91-79-23268300 http://www.inflibnet.ac.in/ojs/ VIDWAN Shodhganga http://vidwan.inflibnet.ac.in/ http://shodhganga.inflibnet.ac.in/ e-ShodhSindhu ICT Skill Development Programmes http://ess.inflibnet.ac.in/ https://www.inflibnet.ac.in/hrd/ e-PG Pathshala Vidya-Mitra: Integrated e-content Portal http://epgp.inflibnet.ac.in/ http://vidyamitra.inflibnet.ac.in/ INFLIBNET’s Institutional Repositary InfiStats: Usage Statistics Portal for e-Resource http://ir.inflibnet.ac.in/ https://www.inflibnet.ac.in/infistat/ 1 From Director's Desk 3 Training Programme on SOUL 2.0, INFLIBNET Centre, Gandhinagar 4 INFLIBNET Regional Training Programme on Library Automation (IRTPLA) INFLIBNET Regional Training Programme on Library Automation, Mohanlal Sukhdia University, Udaipur, 20th-24th February, 2017 INFLIBNET Regional Training Programme on Library Automation, Calcutta University, Kolkata, 28th March-1st April, 2017 5 Specialized Training Programmes/National Workshops/ National Conferences Five-day Training Programme on Creation and management of Digital Collections using DSpace, INFLIBNET Centre, Gandhinagar, 30th
    [Show full text]
  • Comparative Analysis of the Use of Open Source Software in Teaching of Data Processing
    INTERNATIONAL JOURNAL OF EDUCATION AND INFORMATION TECHNOLOGIES Volume 8, 2014 Comparative analysis of the use of open source software in teaching of data processing Klara Rybenska, Josef Sedivy and Lucie Kudova interviewed each user what software most commonly used for Abstract— Commonly used tool for processing of statistical data in processing of statistical data (Fig 1). the research and teaching of the humanities and natural sciences program IBM SPSS. This tool is an unwritten standard not only for K. Rybenska, University of Hradec Kralove, Student of Doctoral Studies of many school systems, but also for many state institutions in the Information and Communication Technologies of Education, Rokitanskeho Czech Republic, which make available statistical data in the form of 62, 500 03 Hradec Kralove, Czech Republic (phone: +420 493331215; e-mail: programs SPSS. The big disadvantage of this program is the high [email protected]). price, which is very restrictive for use in an academic environment, J. Sedivy, University of Hradec Kralove, Faculty of Science, Department of Informatics, Rokitanskeho 62, 500 03 Hradec Kralove, Czech Republic whether in the classroom and in the case of individual student work (phone: +420 493331171; e-mail: [email protected]). on their computers and also for their possible future practice. L. Kudova University of Hradec Kralove, Faculty of Arts, Department of Currently, there are two tools that could replace the proprietary Social Science, Rokitanskeho 62, 500 03 Hradec Kralove, Czech Republic software. These are programs SOFA (http://www.sofastatistics.com) (phone: +420 493331246; e-mail: [email protected]). and PSPP (http://www.gnu.org/software/pspp/), which are free and available under a license that allows these programs to install and use not only in academia, but also for possible future commercial use of students in this software will learn.
    [Show full text]
  • Atvirojo Kodo Programų Taikymas Rinkos Tyrimuose
    MYKOLO ROMERIO UNIVERSITETAS Tatjana Bilevičienė, Steponas Jonušauskas ATVIROJO KODO PROGRAMŲ TAIKYMAS RINKOS TYRIMUOSE Vadovėlis Vilnius 2013 UDK 004.4:339.13(075.8) Bi238 Recenzavo: doc. dr. Eugenijus Telešius, Informacinių technologijų institutas prof. dr. Vitalija Rudzkienė, Mykolo Romerio universitetas Autorių indėlis: doc. dr. Steponas Jonušauskas – 4,2 autorinio lanko doc. dr. Tatjana Bilevičienė – 5,4 autorinio lanko Mykolo Romerio universiteto Socialinės informatikos fakulteto Informatikos ir programų sistemų katedros 2012 m. spalio 11 d. posėdyje (protokolo Nr. 1INFPSK-16) pritarta leidybai. Mykolo Romerio universiteto Mokslo programos „Socialinės technologijos“ komiteto 2012 m. lapkričio 5 d. posėdyje (protokolo Nr. MPK2-4) pritarta leidybai. Mykolo Romerio universiteto Socialinės informatikos fakulteto tarybos 2012 m. lapkri- čio 8 d. posėdyje (protokolo Nr. 10-55-(1.15 E-20701)) pritarta leidybai. Mykolo Romerio universiteto Mokslinių-mokomųjų leidinių aprobavimo leidybai komi- sijos 2012 m. lapkričio 14 d. posėdyje (protokolo Nr. 2L-38) pritarta leidybai. Visos knygos leidybos teisės saugomos. Ši knyga arba kuri nors jos dalis negali būti dauginama, taisoma arba kitu būdu platinama be leidėjo sutikimo. ISBN 978-9955-19-513-9 © Mykolo Romerio universitetas, 2013 Turinys PRATARMĖ ...................................................................................................................5 1. ATVIROJO KODO PROGRAMŲ TAIKYMAS ...................................................8 1.1. Atvirojo kodo programų ypatumai ....................................................................8
    [Show full text]
  • UNIT-1 RESERACH METHODOLOGY MEANING: It Is a Scientific And
    UNIT-1 RESERACH METHODOLOGY MEANING: It is a scientific and systematic search for pertinent (correct) information on a specific topic. It is an art of scientific investigation. It is the search for knowledge through objectives and systematic approach concerning generalization and formulation of a theory. DEFINITION: According to advance learner‟s dictionary of current English, “research methodology is a careful investigation or inquiry especially through search for new facts in any branch of knowledge”. According to Redman & Mery, “It is a systemized effort to gain knowledge”. According to Clifford woody, “research comprises defining and redefining problems; formulating hypothesis or suggest solutions; collecting, organising and evaluating data; making deduction and reaching conclusion and at last carefully testing the conclusion to determine whether they fit the formulating hypothesis” According to D.sleinger and M.stephenson, in the encyclopaedia of social sciences defined research as, “the manipulation of things, concepts or symbols for the purpose of generalising to extend, correct or verify knowledge, whether that knowledge aids in construction of theory or in the practice of an art” OBJECTIVES OF RESEARCH: 1. To gain familiarity with the phenomenon or to achieve new in size into it. 2. To portray accurately the characteristics of a particular individual, situation or a group. 3. To determine the frequency with which something occurs or with it is associated with something else. 4. To test a hypothesis of a casual relationship between variables. IMPORTANCE OF RESEARCH: 1. It gives the research the necessary training in gathering material and arranging them; participation in the field work when required; training in techniques for the collection of data appropriate to particular problem; in the use of statistics, questionnaires, control experimentation and in recording evidence; sorting it out and in recording evidence; sorting it out and interpreting it.
    [Show full text]
  • AN OVERVIEW S. Akinmayọwa Lawal
    LAPAI INTERNATIONAL JOURNAL OF MANAGEMENT AND SOCIAL SCIENCES A Publication of the Faculty of Management & Social Sciences, IBB University, Lapai, Niger State-Nigeria Vol. 11 No.2, December, 2019 ISSN: 2006-6473 UNDERSTANDING SOCIAL SCIENCE RESEARCH: AN OVERVIEW S. Akinmayọwa Lawal ([email protected]) +2348058536815 Department of Sociology, Olabisi Onabanjo University, Ago-Iwoye, Ogun State, Nigeria Abstract Social science research is a method to uncover social happenings in human societies. Through social research, new knowledge is derived to help societies progress and adapt to change. Today, the concept of social science research has become important to researchers especially for those in the social sciences. Through social research, the social world is better understood as ongoing, emerging, re-merging and newly emerging social problems are known. More so, solutions are derived through social research. This paper discusses the concept of social science research. It explains the origins of social science research and its benefits. The paper gives insight on the nature of social science research showing the two major approaches (quantitative and qualitative) of social science research. The paper discusses the forms of analysis employed by quantitative social science researchers and qualitative researchers in doing social science research. The similarities and dissimilarities between both approaches are explained. The paper provides a social science research process and programme intervention framework. The framework shows core attributes and elements of social science research used to address diverse social issues in society. In conclusion, social science research remains a vital process to address societal challenges and to proffer solutions on social issues based on globally accepted scientific processes.
    [Show full text]
  • Free Software Statistics
    Free Software click here to return to methods page click here to return to social change page This page lists primarily statistical software, along with mapping, spreadsheets, database, stuff to do data analysis or management. At the bottom of this page, I list some pages that link to other free software and computer related stuff, like browsers, office suites, computer security, etc. Please note: I've only used a few of these software programs a little bit, so I can't say much about how good they are, whether they crash, have viruses, or much else about them. If you use them, please let me know how well they work. If there are any major problems, I'll take them off this list. I'm sorry to add the usual disclaimer that, while I don't expect any probems with them, if you use any of these, I can't be responsible for any problems that may occur. Also, I'm not necessarily recommending any, just providing info and links. Statistics There are many free statistical programs. Here http://en.citizendium.org/wiki/Free_statistical_software for an article at Citizendium about free statistical software (draft as of April 2009). Also see here http://gsociology.icaap.org/methods/softsum.html for a brief summary of some of the programs. Several of these stat programs were reviewed in an article in the Journal of Industrial Technology, (Volume 21-2, April 2005). http://www.nait.org/jit/current.html "A Short Preview of Free Statistical Software Packages for Teaching Statistics to Industrial Technology Majors" Ms.
    [Show full text]