Browse Results

Showing 23,476 through 23,500 of 25,265 results

Terahertz Antenna Technology for Space Applications (SpringerBriefs in Electrical and Computer Engineering)

by Balamati Choudhury Aniruddha R. Sonde Rakesh Mohan Jha

This book explores the terahertz antenna technology towards implementation of compact, consistent and cheap terahertz sources, as well as the high sensitivity terahertz detectors. The terahertz EM band provides a transition between the electronic and the photonic regions thus adopting important characteristics from these regimes. These characteristics, along with the progress in semiconductor technology, have enabled researchers to exploit hitherto unexplored domains including satellite communication, bio-medical imaging, and security systems. The advances in new materials and nanostructures such as graphene will be helpful in miniaturization of antenna technology while simultaneously maintaining the desired output levels. Terahertz antenna characterization of bandwidth, impedance, polarization, etc. has not yet been methodically structured and it continues to be a major research challenge. This book addresses these issues besides including the advances of terahertz technology in space applications worldwide, along with possibilities of using this technology in deep space networks.

Terminological Dictionary of Automatic Control, Systems and Robotics (Intelligent Systems, Control and Automation: Science and Engineering #104)

by Rihard Karba Juš Kocijan Tadej Bajd Mojca Žagar Karer Gorazd Karer

This dictionary contains terms from the fields of automatic control, which includes mathematical modelling, simulation of dynamic systems, automation technology with its corresponding elements, and robotics. It also includes signal processing, information technologies and production technologies.The terminological dictionary is primarily aimed at experts and students who deal with control technology and dynamic systems in both technical and non-technical domains. To be able to use the dictionary, at least basic knowledge in this field is required. In the dictionary users will find concise terminological definitions. A concept may be designated by different terms; therefore, cross-references are used. The aim of the dictionary is to collect and unify – at least to an achievable extent – the terminology in the field of automatic control, dynamic systems and robotics.

Ternary Networks

by Ilya Gertsbakh Yoseph Shpungin Radislav Vaisman

Ternary means "based on three". This book deals with reliability investigations of networks whose components subject to failures can be in three states -up, down and middle (mid), contrary to traditionally considered networks having only binary (up/down) components. Extending binary case to ternary allows to consider more realistic and flexible models for communication, flow and supply networks

Ternary Quadratic Forms and Norms

by O. Taussky

This book covers topics including the Redei-Reichardt theorem, automorphs of ternary quadratic forms, facts concerning rational matrices leading to integral ternary forms representing zero, characteristics polynomials of symmetric matrices, and Gauss' theory of ternary quadratic forms.

Territorial Inequalities

by Magali Talandier Josselin Tallec

Spatial planning has embraced the idea of dealing with territorial inequalities by focusing on equipment logic on a national scale, and then economic development on a local scale. Today, this issue is creating new angles of debate with strong political resonances (e.g. Brexit, French gilets jaunes movement). Interpretations of these movements are often quick and binary, such as: the contrast between metropolises and peripheries, between cities and the countryside, between the north and the south or between the east and the west of the European Union. Territorial Inequalities sheds light on the social, political and operational implications of these divergences. The chapters cover the subject at different scales of action and observation (from the neighborhood to the world), but also according to their interdependences. To deal with such a vast and ambitious theme, the preferred approach is that of territorial development in terms of public policy, namely spatial planning.

Tessellations: Mathematics, Art, and Recreation

by Robert Fathauer

Tessellations: Mathematics, Art and Recreation aims to present a comprehensive introduction to tessellations (tiling) at a level accessible to non-specialists. Additionally, it covers techniques, tips, and templates to facilitate the creation of mathematical art based on tessellations. Inclusion of special topics like spiral tilings and tessellation metamorphoses allows the reader to explore beautiful and entertaining math and art. The book has a particular focus on ‘Escheresque’ designs, in which the individual tiles are recognizable real-world motifs. These are extremely popular with students and math hobbyists but are typically very challenging to execute. Techniques demonstrated in the book are aimed at making these designs more achievable. Going beyond planar designs, the book contains numerous nets of polyhedra and templates for applying Escheresque designs to them. Activities and worksheets are spread throughout the book, and examples of real-world tessellations are also provided. Key features Introduces the mathematics of tessellations, including symmetry Covers polygonal, aperiodic, and non-Euclidean tilings Contains tutorial content on designing and drawing Escheresque tessellations Highlights numerous examples of tessellations in the real world Activities for individuals or classes Filled with templates to aid in creating Escheresque tessellations Treats special topics like tiling rosettes, fractal tessellations, and decoration of tiles

Tessellations

by Amy Tao

Patterns are an important and often beautiful part of our world. One such pattern is a tessellation, or a series of shapes that is arranged in a manner that repeats itself with no gaps. Learn how to make your own tessellation with a fun craft!

TEST Basic EPUB3 with MathML

by Diagram Center

This EPUB has MathML which only has an alttext fallback within the MathML, There is no altimage fallback.

Test Calculus: Volume 2

by Tom M. Apostol

An introduction to the calculus, with an excellent balance between theory and technique. Integration is treated before differentiation -- this is a departure from most modern texts, but it is historically correct, and it is the best way to establish the true connection between the integral and the derivative. Proofs of all the important theorems are given, generally preceded by geometric or intuitive discussion. This Second Edition introduces the mean-value theorems and their applications earlier in the text, incorporates a treatment of linear algebra, and contains many new and easier exercises. As in the first edition, an interesting historical introduction precedes each important new concept.

Test Configurations, Stabilities and Canonical Kähler Metrics: Complex Geometry by the Energy Method (SpringerBriefs in Mathematics)

by Toshiki Mabuchi

The Yau-Tian-Donaldson conjecture for anti-canonical polarization was recently solved affirmatively by Chen-Donaldson-Sun and Tian. However, this conjecture is still open for general polarizations or more generally in extremal Kähler cases. In this book, the unsolved cases of the conjecture will be discussed.It will be shown that the problem is closely related to the geometry of moduli spaces of test configurations for polarized algebraic manifolds. Another important tool in our approach is the Chow norm introduced by Zhang. This is closely related to Ding’s functional, and plays a crucial role in our differential geometric study of stability. By discussing the Chow norm from various points of view, we shall make a systematic study of the existence problem of extremal Kähler metrics.

Test-Driven Development with Java: Create higher-quality software by writing tests first with SOLID and hexagonal architecture

by Alan Mellor

Drive development with automated tests and gain the confidence you need to write high-quality softwareKey FeaturesGet up and running with common design patterns and TDD best practicesLearn to apply the rhythms of TDD – arrange, act, assert and red, green, refactorUnderstand the challenges of implementing TDD in the Java ecosystem and build a planBook DescriptionTest-driven development enables developers to craft well-designed code and prevent defects. It's a simple yet powerful tool that helps you focus on your code design, while automatically checking that your code works correctly. Mastering TDD will enable you to effectively utilize design patterns and become a proficient software architect.The book begins by explaining the basics of good code and bad code, bursting common myths, and why Test-driven development is crucial. You'll then gradually move toward building a sample application using TDD, where you'll apply the two key rhythms -- red, green, refactor and arrange, act, assert. Next, you'll learn how to bring external systems such as databases under control by using dependency inversion and test doubles. As you advance, you'll delve into advanced design techniques such as SOLID patterns, refactoring, and hexagonal architecture. You'll also balance your use of fast, repeatable unit tests against integration tests using the test pyramid as a guide. The concluding chapters will show you how to implement TDD in real-world use cases and scenarios and develop a modern REST microservice backed by a Postgres database in Java 17.By the end of this book, you'll be thinking differently about how you design code for simplicity and how correctness can be baked in as you go.What you will learnDiscover how to write effective test cases in JavaExplore how TDD can be incorporated into crafting softwareFind out how to write reusable and robust code in JavaUncover common myths about TDD and understand its effectivenessUnderstand the accurate rhythm of implementing TDDGet to grips with the process of refactoring and see how it affects the TDD processWho this book is forThis book is for expert Java developers and software architects crafting high-quality software in Java. Test-Driven Development with Java can be picked up by anyone with a strong working experience in Java who is planning to use Test-driven development for their upcoming projects.

TEST EPUB 3 with MathML Cloud

by Diagram Center

This EPUB 3.0 has a clickable PNG Image of the math which links to the MathML Cloud’s copy of this same equation which could be explored on the web using MathJax and AT. It also has Alt describing the image and commented out MathML

TEST EPUB3 MathML with Alt img Version

by Diagram Center

This EPUB has MathML which contains a fallback PNG image with Alt-Text inside the MathML

TEST EPUB3 MathML with ARIA Describedby and Additional Alttext Version

by Diagram Center

This EPUB 3.0 has a PNG Image with an Alt description and an ARIA-describedby which points to a hidden div containing the MathML which has embedded in it an alttext description.

TEST EPUB3 MathML with ARIA Describedby Version

by Diagram Center

This EPUB has a PNG Image with an Alt description and an ARIA-describedby which points to a hidden div containing the MathML. (This MathML has no alt image nor has an alttext description)

Test Fraud: Statistical Detection and Methodology (Routledge Research in Education)

by Neal M. Kingston Amy K. Clark

There has been an increase in awareness (and perhaps occurrence) of individual and organized cheating on tests. Recent reports of widespread problems with state student accountability tests and teacher certification testing have raised questions about the very validity of assessment programs. While there are several books that specifically detail the issues of test security cheating on assessments, few outline the statistical procedures used for detecting various types of potential test fraud and the associated research findings. Without a significant research literature base, the new generation of researchers will have little opportunity or incentive to improve on existing methods. Enlisting a variety of experts and scholars in different fields of testing, this edited volume expands on the current literature base by including examples of detailed research findings arrived at by statistical methodology. It also provides a synthesis of the current state of the art with regard to the statistical detection of testing infidelity, particularly for large-scale assessments. By presenting methods currently used by testing organizations and research on new methods, the volume offers an important forum for expanding the literature in this area.

TEST Wiley EPUB 3.0 MathML Sample

by Diagram Center

This EPUB 3.0 shows what Wiley is currently doing which is a PNG Image of the math equation with Alt describing the equation and commented out MathML

Testing and Inspection Using Acceptance Sampling Plans

by Muhammad Aslam Mir Masoom Ali

This book introduces a number of new sampling plans, such as time truncated life tests, skip sampling plans, resubmitted plans, mixed sampling plans, sampling plans based on the process capability index and plans for big data, which can be used for testing and inspecting products, from the raw-materials stage to the final product, in every industry using statistical process control techniques. It also presents the statistical theory, methodology and applications of acceptance sampling from truncated life tests. Further, it discusses the latest reliability, quality and risk analysis methods based on acceptance sampling from truncated life, which engineering and statisticians require in order to make decisions, and which are also useful for researchers in the areas of quality control, lifetime analysis, censored data analysis, goodness-of-fit and statistical software applications. In its nine chapters, the book addresses a wide range of testing/inspection sampling schemes for discrete and continuous data collected in various production processes. It includes a chapter on sampling plans for big data and offers several illustrative examples of the procedures presented. Requiring a basic knowledge of probability distributions, inference and estimation, and lifetime and quality analysis, it is a valuable resource for graduate and senior undergraduate engineering students, and practicing engineers, more specifically it is useful for quality engineers, reliability engineers, consultants, black belts, master black belts, students and researchers interested in applying reliability and risk and quality methods.

Testing R Code (Chapman & Hall/CRC The R Series)

by Richard Cotton

Learn how to write R code with fewer bugs. The problem with programming is that you are always one typo away from writing something silly. Likewise with data analysis, a small mistake in your model can lead to a big mistake in your results. Combining the two disciplines means that it is all too easy for a missed minus sign to generate a false prediction that you don’t spot until it’s too late. Testing is the only way to be sure that your code, and your results, are correct. Testing R Code teaches you how to perform development-time testing using the testthat package, allowing you to ensure that your code works as intended. The book also teaches run-time testing using the assertive package; enabling your users to correctly run your code. After beginning with an introduction to testing in R, the book explores more advanced cases such as integrating tests into R packages; testing code that accesses databases; testing C++ code with Rcpp; and testing graphics. Each topic is explained with real-world examples, and has accompanying exercises for readers to practise their skills — only a small amount of experience with R is needed to get started!

Testing Statistical Assumptions in Research

by J. P. Verma Abdel-Salam G. Abdel-Salam

Comprehensively teaches the basics of testing statistical assumptions in research and the importance in doing so This book facilitates researchers in checking the assumptions of statistical tests used in their research by focusing on the importance of checking assumptions in using statistical methods, showing them how to check assumptions, and explaining what to do if assumptions are not met. Testing Statistical Assumptions in Research discusses the concepts of hypothesis testing and statistical errors in detail, as well as the concepts of power, sample size, and effect size. It introduces SPSS functionality and shows how to segregate data, draw random samples, file split, and create variables automatically. It then goes on to cover different assumptions required in survey studies, and the importance of designing surveys in reporting the efficient findings. The book provides various parametric tests and the related assumptions and shows the procedures for testing these assumptions using SPSS software. To motivate readers to use assumptions, it includes many situations where violation of assumptions affects the findings. Assumptions required for different non-parametric tests such as Chi-square, Mann-Whitney, Kruskal Wallis, and Wilcoxon signed-rank test are also discussed. Finally, it looks at assumptions in non-parametric correlations, such as bi-serial correlation, tetrachoric correlation, and phi coefficient. An excellent reference for graduate students and research scholars of any discipline in testing assumptions of statistical tests before using them in their research study Shows readers the adverse effect of violating the assumptions on findings by means of various illustrations Describes different assumptions associated with different statistical tests commonly used by research scholars Contains examples using SPSS, which helps facilitate readers to understand the procedure involved in testing assumptions Looks at commonly used assumptions in statistical tests, such as z, t and F tests, ANOVA, correlation, and regression analysis Testing Statistical Assumptions in Research is a valuable resource for graduate students of any discipline who write thesis or dissertation for empirical studies in their course works, as well as for data analysts.

Testing Statistical Hypotheses of Equivalence and Noninferiority

by Stefan Wellek

While continuing to focus on methods of testing for two-sided equivalence, Testing Statistical Hypotheses of Equivalence and Noninferiority, Second Edition gives much more attention to noninferiority testing. It covers a spectrum of equivalence testing problems of both types, ranging from a one-sample problem with normally distributed observations

Tests and Proofs: 13th International Conference, TAP 2019, Held as Part of the Third World Congress on Formal Methods 2019, Porto, Portugal, October 9–11, 2019, Proceedings (Lecture Notes in Computer Science #11823)

by Dirk Beyer Chantal Keller

This book constitutes the refereed proceedings of the 13th International Conference on Tests and Proofs, TAP 2019, held as part of the Third World Congress on Formal Methods 2019, Porto, Portugal, in October 2019. The 10 regular papers and 2 invited paper presented in this volume were carefully reviewed and selected from 19 submissions. The TAP conference promotes research in verification and formal methods that targets the interplay of proofs and testing: the advancement of techniques of each kind and their combination, with the ultimate goal of improving software and system dependability.

Tests and Proofs: 12th International Conference, TAP 2018, Held as Part of STAF 2018, Toulouse, France, June 27-29, 2018, Proceedings (Lecture Notes in Computer Science #10889)

by Catherine Dubois Burkhart Wolff

This book constitutes the refereed proceedings of the 12th International Conference on Tests and Proofs, TAP 2018, held as part of STAF 2018, in Toulouse, France, in June 2018. The 8 regular papers, 2 short papers, 1 invited paper and 1 invited tutorial presented in this volume were carefully reviewed and selected from 18 submissions. The TAP conference promotes research in verification and formal methods that targets the interplay of proofs and testing: the advancement of techniques of each kind and their combination, with the ultimate goal of improving software and system dependability.

Tests & Measurement for People Who (Think They) Hate Tests & Measurement

by Neil J. Salkind Bruce B. Frey

With a signature, conversational writing style and straightforward presentation, Neil J. Salkind’s best-selling Tests & Measurement for People Who (Think They) Hate Tests & Measurement guides readers through an overview of categories of tests, the design of tests, the use of tests, and some of the basic social, political, and legal issues that the process of testing involves. New co-author Bruce B. Frey has streamlined the table of contents for ease of use; added more content on validity and reliability throughout; more closely connected standardized tests to classroom instruction, adding more on classroom assessment; and added a chapter on surveys and scale development. An instructor website includes a test bank and PowerPoint slides.

Tests & Measurement for People Who (Think They) Hate Tests & Measurement

by Neil J. Salkind Bruce B. Frey

With a signature, conversational writing style and straightforward presentation, Neil J. Salkind’s best-selling Tests & Measurement for People Who (Think They) Hate Tests & Measurement guides readers through an overview of categories of tests, the design of tests, the use of tests, and some of the basic social, political, and legal issues that the process of testing involves. New co-author Bruce B. Frey has streamlined the table of contents for ease of use; added more content on validity and reliability throughout; more closely connected standardized tests to classroom instruction, adding more on classroom assessment; and added a chapter on surveys and scale development. An instructor website includes a test bank and PowerPoint slides.

Refine Search

Showing 23,476 through 23,500 of 25,265 results