Search Constraints
Number of results to display per page
Results for:
Publisher
Open Textbook Library
Remove constraint Publisher: Open Textbook Library
Search Results
-
e-book
This brief book provides a noncomprehensive introduction to GNU Octave, a free open source alternative to MatLab. The basic syntax and usage is explained through concrete examples from the mathematics courses a math, computer science, or engineering major encounters in the first two years of college: linear algebra, calculus, and differential equations.
- Subjects:
- Mathematics and Statistics
- Keywords:
- Computer science -- Mathematics Textbooks Programming (Mathematics) GNU Octave
- Resource Type:
- e-book
-
e-book
We hope readers will take away three ideas from this book in addition to forming a foundationof statistical thinking and methods. (1) Statistics is an applied field with a wide range of practical applications. (2) You don't have to be a math guru to learn from real, interesting data. (3) Data are messy, and statistical tools are imperfect. But, when you understand the strengths and weaknesses of these tools, you can use them to learn about the real world. Textbook overviewThe chapters of this book are as follows: 1. Data collection. Data structures, variables, and basic data collection techniques. 2. Summarizing data. Data summaries and graphics. 3. Probability. The basic principles of probability. 4. Distributions of random variables. Introduction to key distributions, and how the normal model applies to the sample mean and sample proportion. 5. Foundation for inference. General ideas for statistical inference in the context of estimating the population proportion. 6. Inference for categorical data. Inference for proportions using the normal and chisquare distributions. 7. Inference for numerical data. Inference for one or two sample means using the t distribution, and comparisons of many means using ANOVA. 8. Introduction to linear regression. An introduction to regression with two variables. Instructions are also provided in several sections for using Casio and TI calculators.
- Subjects:
- Mathematics and Statistics
- Keywords:
- Textbooks Statistics
- Resource Type:
- e-book
-
e-book
To Catch the Rain is targeted at makers – DIYers looking for practical solutions to water problems for themselves or their communities. The book also provides an excellent overview of rainwater harvesting for students and teachers in environmental science, sustainable design, international development and engineering.
- Subjects:
- Environmental Engineering
- Keywords:
- Water harvesting Textbooks
- Resource Type:
- e-book
-
e-book
We hope readers will take away three ideas from this book in addition to forming a foundation of statistical thinking and methods. (1) Statistics is an applied field with a wide range of practical applications. (2) You don't have to be a math guru to learn from interesting, real data. (3) Data are messy, and statistical tools are imperfect. However, when you understand the strengths and weaknesses of these tools, you can use them to learn interesting things about the world. Textbook overview The chapters of this book are as follows: 1. Introduction to data. Data structures, variables, summaries, graphics, and basic data collection techniques. 2. Foundations for inference. Case studies are used to introduce the ideas of statistical inference with randomization and simulations. The content leads into the standard parametric framework, with techniques reinforced in the subsequent chapters.1 It is also possible to begin with this chapter and introduce tools from Chapter 1 as they are needed. 3. Inference for categorical data. Inference for proportions using the normal and chi-square distributions, as well as simulation and randomization techniques. 4. Inference for numerical data. Inference for one or two sample means using the t distribution, and also comparisons of many means using ANOVA. A special section for bootstrapping is provided at the end of the chapter. 5. Introduction to linear regression. An introduction to regression with two variables. Most of this chapter could be covered immediately after Chapter 1. 6. Multiple and logistic regression. An introduction to multiple regression and logistic regression for an accelerated course. Appendix A. Probability. An introduction to probability is provided as an optional reference. Exercises and additional probability content may be found in Chapter 2 of OpenIntro Statistics at openintro.org. Instructor feedback suggests that probability, if discussed, is best introduced at the very start or very end of the course.
- Subjects:
- Mathematics and Statistics
- Keywords:
- Textbooks Statistics
- Resource Type:
- e-book
-
e-book
This catalog contains educational content originally curated by Boundless. In collaboration with the Boundless team, Lumen Learning imported these OER courses to the Lumen Platform, to ensure they remain freely available to the education community after Boundless ceased operations. Lumen maintains the Boundless content in the same condition it was provided to us. Courses may contain issues with formatting, accessibility, and the degree to which content remains current, accurate, and complete.
-
e-book
This textbook introduces readers to the idea of cooperation and mutualism. Cooperatives and mutuals are participatory organizations in which members participate in control and governance, receive economic benefits through patronage refunds or net income, and become owners through equity. These mutual-benefit organizations exist alongside non-profit organizations and investor-benefit organizations through the global economy.
- Subjects:
- Management
- Keywords:
- Management -- Employee participation Industrial management Textbooks
- Resource Type:
- e-book
-
e-book
Green chemistry, in addition to being a science, it is also a philosophy and nearly a religion. Attendance at American Chemical Society Green Chemistry & Engineering Conferences will instill such an ideal into any attendant because of the nearly universal appeal and possibilities in this novel approach to radicalizing the business of doing science and engineering.
- Subjects:
- Chemistry
- Keywords:
- Green chemistry Textbooks
- Resource Type:
- e-book
-
e-book
After being traditionally published for many years, this formidable text by W. Keith Nicholson is now being released as an open educational resource and part of Lyryx with Open Texts! Supporting today's students and instructors requires much more than a textbook, which is why Dr. Nicholson opted to work with Lyryx Learning. Overall, the aim of the text is to achieve a balance among computational skills, theory, and applications of linear algebra. It is a relatively advanced introduction to the ideas and techniques of linear algebra targeted for science and engineering students who need to understand not only how to use these methods but also gain insight into why they work. The contents have enough flexibility to present a traditional introduction to the subject, or to allow for a more applied course. Chapters 1–4 contain a one-semester course for beginners whereas Chapters 5–9 contain a second semester course. The text is primarily about real linear algebra with complex numbers being mentioned when appropriate (reviewed in Appendix A).
- Subjects:
- Mathematics and Statistics
- Keywords:
- Textbooks Algebras Linear
- Resource Type:
- e-book
-
e-book
Intermediate Algebra 2e is designed to meet the scope and sequence requirements of a one-semester intermediate algebra course. The book’s organization makes it easy to adapt to a variety of course syllabi. The text expands on the fundamental concepts of algebra while addressing the needs of students with diverse backgrounds and learning styles. The material is presented as a sequence of clear steps, building on concepts presented in prealgebra and elementary algebra courses. The second edition contains detailed updates and accuracy revisions to address comments and suggestions from users. Dozens of faculty experts worked through the text, exercises and problems, graphics, and solutions to identify areas needing improvement. Though the authors made significant changes and enhancements, exercise and problem numbers remain nearly the same in order to ensure a smooth transition for faculty.
- Subjects:
- Mathematics and Statistics
- Keywords:
- Algebra Textbooks
- Resource Type:
- e-book
-
e-book
Enterprise Pharo is the third volume of the series, following Pharo by Example and Deep into Pharo. It covers enterprise libraries and frameworks, and in particular those useful for doing web development. The book is structured in five parts. The first part talks about simple web applications, starting with a minimal web application in chapter 1 on Teapot and then a tutorial on building a more complete web application in chapter 2. Part two deals with HTTP support in Pharo, talking about character encoding in chapter 3, about using Pharo as an HTTP Client (chapter 4) and server (chapter 5), and about using WebSockets (chapter 6).In the third part we discuss the handling of data for the application. Firstly we treat data that is in the form of comma-separated values (CSV) in chapter 7. Secondly and thirdly, we treat JSON (chapter 8) and its Smalltalk counterpart STON (chapter 9). Fourthly, serialization and deserialization of object graphs with Fuel is treated in chapter 10. Lastly, we discuss the Voyage persistence framework and persisting to MongoDB databases in chapter 11. Part four deals with the presentation layer. Chapter 12 shows how to use Mustache templates in Pharo, and chapter 13 talks about programmatic generationof CSS files. The documentation of applications could be written in Pillar, which is presented in chapter 14. How to generate PDF files from the application with Artefact is shown in chapter 15. The fifth part deals with deploying the web application. This is explained in chapter 16 that talks not only about how to build and run the application, but also other important topics like monitoring.
- Subjects:
- Computing, Data Science and Artificial Intelligence
- Keywords:
- Textbooks Application software -- Development Web site development -- Computer programs
- Resource Type:
- e-book