Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

The Art of R Programming: A Tour of Statistical Software Design, Matloff Norman



Варианты приобретения
Цена: 4509р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Англия: Есть  
При оформлении заказа до: 13 сен 2024
Ориентировочная дата поставки: Декабрь-Январь
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Matloff Norman
Название:  The Art of R Programming: A Tour of Statistical Software Design
Перевод названия: Норман Мэтлофф: Искусство статистического программирования
ISBN: 9781593273842
Издательство: Random House (USA)
Классификация:
ISBN-10: 1593273843
Обложка/Формат: Paperback
Страницы: 316
Вес: 0.772 кг.
Дата издания: 15.09.2011
Язык: English
Иллюстрации: Black & white illustrations, black & white tables, figures
Размер: 233 x 179 x 27
Читательская аудитория: General (us: trade)
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: США
Описание:

R is the worlds most popular language for developing statistical software: Archaeologists use it to track the spread of ancient civilizations, drug companies use it to discover which medications are safe and effective, and actuaries use it to assess financial risks and keep economies running smoothly.

The Art of R Programming takes you on a guided tour of software development with R, from basic types and data structures to advanced topics like closures, recursion, and anonymous functions. No statistical knowledge is required, and your programming skills can range from hobbyist to pro.

Along the way, youll learn about functional and object-oriented programming, running mathematical simulations, and rearranging complex data into simpler, more useful formats. Youll also learn to:

  • Create artful graphs to visualize complex data sets and functions
  • Write more efficient code using parallel R and vectorization
  • Interface R with C/C++ and Python for increased speed or functionality
  • Find new R packages for text analysis, image manipulation, and more
  • Squash annoying bugs with advanced debugging techniques

Whether youre designing aircraft, forecasting the weather, or you just need to tame your data, The Art of R Programming is your guide to harnessing the power of statistical computing.





Introduction to the Art of Programming Using Scala

Автор: Lewis
Название: Introduction to the Art of Programming Using Scala
ISBN: 1439896666 ISBN-13(EAN): 9781439896662
Издательство: Taylor&Francis
Рейтинг:
Цена: 12050 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: With its flexibility for programming both small and large projects, Scala is an ideal language for teaching beginning programming. Yet there are no textbooks on Scala currently available for the CS1/CS2 levels. Introduction to the Art of Programming Using Scala presents many concepts from CS1 and CS2 using a modern, JVM-based language that works well for both programming in the small and programming in the large. The book progresses from true programming in the small to more significant projects later, leveraging the full benefits of object orientation. It first focuses on fundamental problem solving and programming in the small using the REPL and scripting environments. It covers basic logic and problem decomposition and explains how to use GUIs and graphics in programs. The text then illustrates the benefits of object-oriented design and presents a large collection of basic data structures showing different implementations of key ADTs along with more atypical data structures. It also introduces multithreading and networking to provide further motivating examples. By using Scala as the language for both CS1 and CS2 topics, this textbook gives students an easy entry into programming small projects as well as a firm foundation for taking on larger-scale projects. Many student and instructor resources are available at www.programmingusingscala.net

Programming Languages for MIS

Автор: Wang
Название: Programming Languages for MIS
ISBN: 1482222663 ISBN-13(EAN): 9781482222661
Издательство: Taylor&Francis
Рейтинг:
Цена: 10889 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Programming Languages for MIS: Concepts and Practice supplies a synopsis of the major computer programming languages, including C++, HTML, JavaScript, CSS, VB.NET, C#.NET, ASP.NET, PHP (with MySQL), XML (with XSLT, DTD, and XML Schema), and SQL. Ideal for undergraduate students in IS and IT programs, this textbook and its previous versions have been used in the authors' classes for the past 15 years.

Focused on web application development, the book considers client-side computing, server-side computing, and database applications. It emphasizes programming techniques, including structured programming, object-oriented programming, client-side programming, server-side programming, and graphical user interface.

  • Introduces the basics of computer languages along with the key characteristics of all procedural computer languages
  • Covers C++ and the fundamental concepts of the two programming paradigms: function-oriented and object-oriented
  • Considers HTML, JavaScript, and CSS for web page development
  • Presents VB.NET for graphical user interface development
  • Introduces PHP, a popular open source programming language, and explains the use of the MySQL database in PHP
  • Discusses XML and its companion languages, including XSTL, DTD, and XML Schema

With this book, students learn the concepts shared by all computer languages as well as the unique features of each language. This self-contained text includes exercise questions, project requirements, report formats, and operational manuals of programming environments. A test bank and answers to exercise questions are also available upon qualified course adoption.

This book supplies professors with the opportunity to structure a course consisting of two distinct modules: the teaching module and the project module. The teaching module supplies an overview of representative computer languages. The project module provides students with the opportunity to gain hands-on experience with the various computer languages through projects.

Software Testing

Автор: Jorgensen
Название: Software Testing
ISBN: 1466560681 ISBN-13(EAN): 9781466560680
Издательство: Taylor&Francis
Рейтинг:
Цена: 14519 р.
Наличие на складе: Нет в наличии.

Описание: This updated and reorganized fourth edition of Software Testing: A Craftsman's Approach applies the strong mathematics content of previous editions to a coherent treatment of Model-Based Testing for both code-based (structural) and specification-based (functional) testing. These techniques are extended from the usual unit testing discussions to full coverage of less understood levels integration and system testing.? The Fourth Edition: Emphasizes technical inspections and is supplemented by an appendix with a full package of documents required for a sample Use Case technical inspection Introduces an innovative approach that merges the Event-Driven Petri Nets from the earlier editions with the "Swim Lane" concept from the Unified Modeling Language (UML) that permits model-based testing for four levels of interaction among constituents in a System of Systems Introduces model-based development and provides an explanation of how to conduct testing within model-based development environments Presents a new section on methods for testing software in an Agile programming environment Explores test-driven development, reexamines all-pairs testing, and explains the four contexts of software testing Thoroughly revised and updated, Software Testing: A Craftsman’s Approach, Fourth Edition is sure to become a standard reference for those who need to stay up to date with evolving technologies in software testing. Carrying on the tradition of previous editions, it will continue to serve as a valuable reference for software testers, developers, and engineers.

Programming Language Design Concepts

Автор: David A. Watt
Название: Programming Language Design Concepts
ISBN: 0470853204 ISBN-13(EAN): 9780470853207
Издательство: Wiley
Рейтинг:
Цена: 8546 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Explains the concepts underlying programming languages, and demonstrates how these concepts are synthesized in the paradigms: imperative, OO, concurrent, functional, logic and with scripting languages. This book includes numerous examples using C, Java and C++ as exemplar languages.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия