Ihre E-Mail wurde erfolgreich gesendet. Bitte prüfen Sie Ihren Maileingang.

Leider ist ein Fehler beim E-Mail-Versand aufgetreten. Bitte versuchen Sie es erneut.

Vorgang fortführen?

Exportieren
Filter
Medientyp
Sprache
Region
  • 1
    Online-Ressource
    Online-Ressource
    Cambridge :Cambridge University Press,
    UID:
    almafu_9960118247702883
    Umfang: 1 online resource (viii, 424 pages) : , digital, PDF file(s).
    ISBN: 1-108-62032-9 , 1-108-61736-0 , 1-108-75552-6
    Inhalt: This book provides an introduction to the mathematical and algorithmic foundations of data science, including machine learning, high-dimensional geometry, and analysis of large networks. Topics include the counterintuitive nature of data in high dimensions, important linear algebraic techniques such as singular value decomposition, the theory of random walks and Markov chains, the fundamentals of and important algorithms for machine learning, algorithms and analysis for clustering, probabilistic models for large networks, representation learning including topic modelling and non-negative matrix factorization, wavelets and compressed sensing. Important probabilistic techniques are developed including the law of large numbers, tail inequalities, analysis of random projections, generalization guarantees in machine learning, and moment methods for analysis of phase transitions in large random graphs. Additionally, important structural and complexity measures are discussed such as matrix norms and VC-dimension. This book is suitable for both undergraduate and graduate courses in the design and analysis of algorithms for data.
    Anmerkung: Title from publisher's bibliographic system (viewed on 29 Jan 2020). , Cover -- Half-title -- Title page -- Copyright information -- Contents -- 1 Introduction -- 2 High-Dimensional Space -- 2.1 Introduction -- 2.2 The Law of Large Numbers -- 2.3 The Geometry of High Dimensions -- 2.4 Properties of the Unit Ball -- 2.4.1 Volume of the Unit Ball -- 2.4.2 Volume near the Equator -- 2.5 Generating Points Uniformly at Random from a Ball -- 2.6 Gaussians in High Dimension -- 2.7 Random Projection and Johnson-Lindenstrauss Lemma -- 2.8 Separating Gaussians -- 2.9 Fitting a Spherical Gaussian to Data -- 2.10 Bibliographic Notes -- 2.11 Exercises -- 3 Best-Fit Subspaces and Singular Value Decomposition (SVD) -- 3.1 Introduction -- 3.2 Preliminaries -- 3.3 Singular Vectors -- 3.4 Singular Value Decomposition (SVD) -- 3.5 Best Rank-k Approximations -- 3.6 Left Singular Vectors -- 3.7 Power Method for Singular Value Decomposition -- 3.7.1 A Faster Method -- 3.8 Singular Vectors and Eigenvectors -- 3.9 Applications of Singular Value Decomposition -- 3.9.1 Centering Data -- 3.9.2 Principal Component Analysis -- 3.9.3 Clustering a Mixture of Spherical Gaussians -- 3.9.4 Ranking Documents and Web Pages -- 3.9.5 An Illustrative Application of SVD -- 3.9.6 An Application of SVD to a Discrete Optimization Problem -- 3.10 Bibliographic Notes -- 3.11 Exercises -- 4 Random Walks and Markov Chains -- 4.1 Stationary Distribution -- 4.2 Markov Chain Monte Carlo -- 4.2.1 Metropolis-Hasting Algorithm -- 4.2.2 Gibbs Sampling -- 4.3 Areas and Volumes -- 4.4 Convergence of Random Walks on Undirected Graphs -- 4.4.1 Using Normalized Conductance to Prove Convergence -- 4.5 Electrical Networks and Random Walks -- 4.6 Random Walks on Undirected Graphs with Unit Edge Weights -- 4.6.1 Hitting Time -- 4.6.2 Commute Time -- 4.6.3 Cover Time -- 4.7 Random Walks in Euclidean Space -- 4.7.1 Random Walks on Lattices -- 4.7.2 Two Dimensions. , 4.7.3 Three Dimensions -- 4.8 The Web as a Markov Chain -- 4.8.1 Pagerank -- 4.8.2 Relation to Hitting Time -- 4.8.3 Spam -- 4.8.4 Personalized Pagerank -- 4.8.5 Algorithm for Computing Personalized Pagerank -- 4.9 Bibliographic Notes -- 4.10 Exercises -- 5 Machine Learning -- 5.1 Introduction -- 5.1.1 The Core Problem -- 5.1.2 How to Learn -- 5.2 The Perceptron Algorithm -- 5.3 Kernel Functions and Nonlinearly Separable Data -- 5.4 Generalizing to New Data -- 5.4.1 Overfitting and Uniform Convergence -- 5.4.2 Occam's Razor -- 5.4.3 Regularization: Penalizing Complexity -- 5.5 VC-Dimension -- 5.5.1 Definitions and Key Theorems -- 5.5.2 VC-Dimension of Some Set Systems -- 5.5.3 Shatter Function for Set Systems of Bounded VC-Dimension -- 5.5.4 VC-Dimension of Combinations of Concepts -- 5.5.5 The Key Theorem -- 5.6 VC-Dimension and Machine Learning -- 5.7 Other Measures of Complexity -- 5.8 Deep Learning -- 5.8.1 Generative Adversarial Networks (GANs) -- 5.9 Gradient Descent -- 5.9.1 Stochastic Gradient Descent -- 5.9.2 Regularizer -- 5.10 Online Learning -- 5.10.1 An Example: Learning Disjunctions -- 5.10.2 The Halving Algorithm -- 5.10.3 The Perceptron Algorithm -- 5.10.4 Inseparable Data and Hinge Loss -- 5.10.5 Online to Batch Conversion -- 5.10.6 Combining (Sleeping) Expert Advice -- 5.11 Boosting -- 5.12 Further Current Directions -- 5.12.1 Semi-Supervised Learning -- 5.12.2 Active Learning -- 5.12.3 Multitask Learning -- 5.13 Bibliographic Notes -- 5.14 Exercises -- 6 Algorithms for Massive Data Problems: Streaming, Sketching, and Sampling -- 6.1 Introduction -- 6.2 Frequency Moments of Data Streams -- 6.2.1 Number of Distinct Elements in a Data Stream -- 6.2.2 Number of Occurrences of a Given Element -- 6.2.3 Frequent Elements -- 6.2.4 The Second Moment -- 6.3 Matrix Algorithms Using Sampling -- 6.3.1 Matrix Multiplication Using Sampling. , 6.3.2 Implementing Length Squared Sampling in Two Passes -- 6.3.3 Sketch of a Large Matrix -- 6.4 Sketches of Documents -- 6.5 Bibliographic Notes -- 6.6 Exercises -- 7 Clustering -- 7.1 Introduction -- 7.1.1 Preliminaries -- 7.1.2 Two General Assumptions on the Form of Clusters -- 7.1.3 Spectral Clustering -- 7.2 k-Means Clustering -- 7.2.1 A Maximum-Likelihood Motivation -- 7.2.2 Structural Properties of the k-Means Objective -- 7.2.3 Lloyd's Algorithm -- 7.2.4 Ward's Algorithm -- 7.2.5 k-Means Clustering on the Line -- 7.3 k-Center Clustering -- 7.4 Finding Low-Error Clusterings -- 7.5 Spectral Clustering -- 7.5.1 Why Project? -- 7.5.2 The Algorithm -- 7.5.3 Means Separated by Ω(1) Standard Deviations -- 7.5.4 Laplacians -- 7.5.5 Local Spectral Clustering -- 7.6 Approximation Stability -- 7.6.1 The Conceptual Idea -- 7.6.2 Making This Formal -- 7.6.3 Algorithm and Analysis -- 7.7 High-Density Clusters -- 7.7.1 Single Linkage -- 7.7.2 Robust Linkage -- 7.8 Kernel Methods -- 7.9 Recursive Clustering Based on Sparse Cuts -- 7.10 Dense Submatrices and Communities -- 7.11 Community Finding and Graph Partitioning -- 7.12 Spectral Clustering Applied to Social Networks -- 7.13 Bibliographic Notes -- 7.14 Exercises -- 8 Random Graphs -- 8.1 The G(n,p) Model -- 8.1.1 Degree Distribution -- 8.1.2 Existence of Triangles in G(n, d/n) -- 8.2 Phase Transitions -- 8.3 Giant Component -- 8.3.1 Existence of a Giant Component -- 8.3.2 No Other Large Components -- 8.3.3 The Case of p < -- 1/n -- 8.4 Cycles and Full Connectivity -- 8.4.1 Emergence of Cycles -- 8.4.2 Full Connectivity -- 8.4.3 Threshold for O(ln n) Diameter -- 8.5 Phase Transitions for Increasing Properties -- 8.6 Branching Processes -- 8.7 CNF-SAT -- 8.7.1 SAT-Solvers in Practice -- 8.7.2 Phase Transitions for CNF-SAT -- 8.8 Nonuniform Models of Random Graphs. , 8.8.1 Giant Component in Graphs with Given Degree Distribution -- 8.9 Growth Models -- 8.9.1 Growth Model without Preferential Attachment -- 8.9.2 Growth Model with Preferential Attachment -- 8.10 Small-World Graphs -- 8.11 Bibliographic Notes -- 8.12 Exercises -- 9 Topic Models, Nonnegative Matrix Factorization, Hidden Markov Models, and Graphical Models -- 9.1 Topic Models -- 9.2 An Idealized Model -- 9.3 Nonnegative Matrix Factorization -- 9.4 NMF with Anchor Terms -- 9.5 Hard and Soft Clustering -- 9.6 The Latent Dirichlet Allocation Model for Topic Modeling -- 9.7 The Dominant Admixture Model -- 9.8 Formal Assumptions -- 9.9 Finding the Term-Topic Matrix -- 9.10 Hidden Markov Models -- 9.11 Graphical Models and Belief Propagation -- 9.12 Bayesian or Belief Networks -- 9.13 Markov Random Fields -- 9.14 Factor Graphs -- 9.15 Tree Algorithms -- 9.16 Message Passing in General Graphs -- 9.16.1 Graphs with a Single Cycle -- 9.16.2 Belief Update in Networks with a Single Loop -- 9.16.3 Maximum Weight Matching -- 9.17 Warning Propagation -- 9.18 Correlation between Variables -- 9.19 Bibliographic Notes -- 9.20 Exercises -- 10 Other Topics -- 10.1 Ranking and Social Choice -- 10.1.1 Randomization -- 10.1.2 Examples -- 10.2 Compressed Sensing and Sparse Vectors -- 10.2.1 Unique Reconstruction of a Sparse Vector -- 10.2.2 Efficiently Finding the Unique Sparse Solution -- 10.3 Applications -- 10.3.1 Biological -- 10.3.2 Low-Rank Matrices -- 10.4 An Uncertainty Principle -- 10.4.1 Sparse Vector in Some Coordinate Basis -- 10.4.2 A Representation Cannot Be Sparse in Both Time and Frequency Domains -- 10.5 Gradient -- 10.6 Linear Programming -- 10.6.1 The Ellipsoid Algorithm -- 10.7 Integer Optimization -- 10.8 Semi-Definite Programming -- 10.9 Bibliographic Notes -- 10.10 Exercises -- 11 Wavelets -- 11.1 Dilation -- 11.2 The Haar Wavelet. , 11.3 Wavelet Systems -- 11.4 Solving the Dilation Equation -- 11.5 Conditions on the Dilation Equation -- 11.6 Derivation of the Wavelets from the Scaling Function -- 11.7 Sufficient Conditions for the Wavelets to Be Orthogonal -- 11.8 Expressing a Function in Terms of Wavelets -- 11.9 Designing a Wavelet System -- 11.10 Applications -- 11.11 Bibliographic Notes -- 11.12 Exercises -- 12 Background Material -- 12.1 Definitions and Notation -- 12.1.1 Integers -- 12.1.2 Substructures -- 12.1.3 Asymptotic Notation -- 12.2 Useful Relations -- 12.3 Useful Inequalities -- 12.4 Probability -- 12.4.1 Sample Space, Events, and Independence -- 12.4.2 Linearity of Expectation -- 12.4.3 Union Bound -- 12.4.4 Indicator Variables -- 12.4.5 Variance -- 12.4.6 Variance of the Sum of Independent Random Variables -- 12.4.7 Median -- 12.4.8 The Central Limit Theorem -- 12.4.9 Probability Distributions -- 12.4.10 Bayes Rule and Estimators -- 12.5 Bounds on Tail Probability -- 12.5.1 Chernoff Bounds -- 12.5.2 More General Tail Bounds -- 12.6 Applications of the Tail Bound -- 12.7 Eigenvalues and Eigenvectors -- 12.7.1 Symmetric Matrices -- 12.7.2 Relationship between SVD and Eigen Decomposition -- 12.7.3 Extremal Properties of Eigenvalues -- 12.7.4 Eigenvalues of the Sum of Two Symmetric Matrices -- 12.7.5 Norms -- 12.7.6 Important Norms and Their Properties -- 12.7.7 Additional Linear Algebra -- 12.7.8 Distance between Subspaces -- 12.7.9 Positive Semi-Definite Matrix -- 12.8 Generating Functions -- 12.8.1 Generating Functions for Sequences Defined by Recurrence Relationships -- 12.8.2 The Exponential Generating Function and the Moment Generating Function -- 12.9 Miscellaneous -- 12.9.1 Lagrange Multipliers -- 12.9.2 Finite Fields -- 12.9.3 Application of Mean Value Theorem -- 12.10 Exercises -- References -- Index.
    Weitere Ausg.: Online version: Blum, Avrim, 1966- Foundations of data science New York, NY : Cambridge University Press, 2020. ISBN 9781108755528
    Weitere Ausg.: ISBN 9781108485067
    Weitere Ausg.: ISBN 1108485065
    Sprache: Englisch
    Fachgebiete: Informatik
    RVK:
    Schlagwort(e): Einführung ; Einführung
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (URL des Erstveröffentlichers)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 2
    Online-Ressource
    Online-Ressource
    Cambridge, UK :Open Book Publishers,
    UID:
    almahu_9949747858402882
    Umfang: 1 online resource (856 pages)
    Ausgabe: 1st ed.
    ISBN: 9781805112327
    Serie: Semitic Languages and Cultures Series ; v.24
    Anmerkung: Intro -- Front matter -- Contents -- Preface -- Arabic Documents from Nubia for index 22 Apr -- 1. Preliminaries 21 Apr.pdf -- 1. Introduction -- 2. The Arabic Documents from Qaṣr Ibrīm -- 2.1. The Site of Qaṣr Ibrīm -- 2.2. The Arabic Papyrus -- 2.3. Medieval Scrolls -- 2.4. Documents from the Ottoman Period -- 2.5. The Medieval Documents Published in this Volume -- 2.5.1. Preliminary Remarks -- 2.5.2. Numbering Systems16F -- 2.5.3. Provenance of the Documents17F -- 2.5.3.1. 1966 -- 2.5.3.2. 1974 -- 2.5.3.3. 1978 -- 2.5.4. Overview of the Content of the Documents -- 3. The Correspondence with Eparchs -- 3.1. Preliminary Remarks -- 3.2. The Eparchs -- 3.2.1. Uruwī -- 3.2.2. Darmā -- 3.2.3. Īsū -- 3.3. Titles of the Eparchs -- 3.4. The Correspondents with the Eparch -- 3.5. The Content of the Correspondence with the Eparch -- 3.5.1. Courtesy and Equality -- 3.5.2. Request for Protection -- 3.5.3. Permission to Leave Nubia Safely -- 3.5.4. Protection of Property -- 3.5.5. Communications with the Nubian King -- 3.5.6. Trade -- 3.5.7. Complaints -- 3.5.8. Political Events -- 3.6. The Structure of the Letters -- 3.6.1. Opening -- 3.6.2. Closure -- 3.6.2.1. Offer of Service in Return for a Request -- 3.6.2.2. Request for the Sending of News -- 3.6.2.3. Sending of Greetings -- 3.6.2.4. Closure Formulas -- 3.6.3. Postscripts -- 4. Other Correspondence and Accounts -- 4.1. Correspondents -- 4.2. Overview of Subject Matter -- 4.3. Relations with the Nubian King -- 4.4. Grain for Nubians -- 4.5. Trade -- 4.6. The Structure of the Letters -- 4.6.1. Opening -- 4.6.2. Closure -- 5. Legal Documents -- 5.1. Document 44: Lease of Land (Rajab 518 AH/August 1124 AD)44F -- 5.2. Document 45: Lease of a Boat (566 AH/1170 AD) -- 5.3. Document 46 Recto: Document of Testimony -- 5.4. Document 46 Verso: Document of Sale. , 5.5. Document 47: An Acknowledgement of a Debt and Testimonies -- 5.6. Document 48 Recto: Marriage Contract (23rd Rabīʿ I 484 AH/15th May 1091)48F -- 5.7. Document 48 Verso: Acknowledgement (21st Šaʿbān 516 AH/25th October, 1122 AD) -- 5.8. Document 49 Recto: Document concerning Division of Property after Divorce (Muḥarram 429 AH/October-November 1037 AD) -- 5.9. Document 49 Verso: Court Record relating to Divorce -- 5.10. Document 50: Acknowledgement relating to Divorce (15th Jumādā II 430 AH/14th March 1039 AD) -- 5.11. Document 51 Recto: Marriage Contract (Ṣafar 432 AH/October 1040 AD) -- 5.12. Document 51 Verso: Testimony (Ḏū al-Ḥijja 432 AH/August 1041 AD) -- 5.13. Document 52: Court Record relating to Marriage -- 5.14. Document 53: Letter relating to a Marital Dispute -- 6. Coinage -- 7. Taxes -- 8. Lists of Commodities -- 8.1. Arabic-English -- 8.2. English-Arabic -- 9. Titles of Officials -- 9.1. Sulṭān -- 9.2. Wazīr -- 9.3. ʼAmīr -- 9.4. Šadīd, Šādd -- 9.5. Šarīf -- 9.6. Mutawallī -- 9.7. Wālī -- 9.8. Wulāh -- 9.9. Qāʼid -- 9.10. Nāʼib -- 9.11. Ḵalīfa -- 9.12. Ṣāḥib al-Sawārī -- 9.13. Simsār -- 9.14. Kātib -- 9.15. ʼUsquf -- 9.18. Ṣāḥib al-Ḥarba -- 9.19. Muʿaddī -- 9.20. Qāḍī -- 9.21. Raʼīs/Rayīs -- 9.22. Šarīk -- 10. Slaves and Servants -- 10.1. Raqīq, Riqq -- 10.2. Waṣīf (m.), Waṣīfa (f.) -- 10.3. Ġulām -- 10.4. Jāriya -- 10.5. ʿAbd -- 10.6. Ḵādim -- 10.7. Mamlūk -- 10.8. Mawlā -- 10.9. Rasūl -- 10.10. Mutaḥammil -- 11. The Socio-Economic Situation Reflected by the Documents -- 12. Script and Layout -- 12.1. Preliminary Remarks -- 12.2. Cursive Tendencies -- 12.3. Writing Line -- 12.4. Line Spacing -- 12.5. Width of the Document -- 12.6. Thickness of the Pen -- 12.7. Margins -- 12.8. Text on the Verso -- 13. Language -- 13.1. Phonology and Orthography -- 13.1.1. Loss of Interdental Consonants -- 13.1.2. Tafḵīm -- 13.1.3. Devoicing. , 13.1.4. Loss of hamza -- 13.1.5. Shortening of a Final Long Vowel -- 13.1.6. Assimilation to a Cliticised Prepositional Phrase -- 13.1.7. Final yāʼ Written for Final ʼalif -- 13.1.8. Non-Classical Plene Orthography -- 13.1.9. Two ʼalifs Represent Word-Initial ʼā -- 13.1.10. Interchange of ḍād and ẓāʼ -- 13.2. Morphology -- 13.2.1. Interrogative Pronoun ʼayš -- 13.2.2. Morphology of Fifth Form Verbs -- 13.2.3. Particle -- 13.3. Syntax -- 13.3.1. Independent Genitive Exponent -- 13.3.2. Non-Classical Usages of the Negator lam -- 13.3.3. Non-Classical Usage of First Person Pronouns -- 13.4. Lexical Items -- 14. Maps -- 2. Documents and Translations 21 Apr.pdf -- Documents and translations -- Method of Editing -- 1 Letter to the Eparch Uruwī -- Text -- Recto -- Margin -- Verso -- Address -- Translation -- Recto -- Margin -- Verso -- Address -- 2 Letter to the Eparch Uruwī -- Text -- Recto -- Margin -- Verso -- Address -- Textual Notes -- Recto -- Verso -- Address, Left Column -- Translation -- Recto -- Margin -- Verso -- Address -- 3 Letter to the Eparch Uruwī -- Text -- Recto -- Margin -- Verso -- Address -- Textual Notes -- Verso -- Translation -- Recto -- Margin -- Verso -- Address -- 4 Letter to the Eparch Uruwī -- Text -- Recto -- Margin -- Verso -- Address -- Textual Notes -- Verso -- Address, Right Column -- Translation -- Recto -- Margin -- Verso -- Address -- 5 Letter to the Eparch Uruwī -- Text -- Recto -- Margin -- Verso -- Address -- Textual Notes -- Recto -- Margin -- Translation -- Recto -- Margin -- Verso -- Address -- 6 Letter to the Eparch Uruwī -- Text -- Recto -- Margin -- Verso -- Address -- Textual Notes -- Recto -- Translation -- Recto -- Margin -- Verso -- Address -- 7 Letter to the Eparch Uruwī -- Text -- Recto -- Verso -- Address -- Textual Notes -- Translation -- Recto -- Verso -- Address -- 8 Letter to the Eparch Uruwī -- Text. , Recto -- Verso -- Address -- Textual Notes -- Recto -- Translation -- Recto -- Verso -- Address -- 9 Letter to the Eparch Uruwī -- Text -- Recto -- Margin -- Verso -- Address -- Textual Notes -- Recto -- Verso -- Translation -- Recto -- Margin -- Verso -- Address -- 10 Letter to the Eparch Uruwī -- Text -- Recto -- Margin -- Verso -- Address -- Translation -- Recto -- Margin -- Verso -- Address -- 11 Letter to the Eparch Uruwī -- Text -- Recto -- Margin -- Verso -- Address -- Textual Notes -- Recto -- Translation -- Recto -- Margin -- Verso -- Address -- 12 Letter to the Eparch Uruwī -- Text -- Recto -- Margin -- Verso -- Address -- Translation -- Recto -- Margin -- Verso -- Address -- 13 Letter to the Eparch Uruwī -- Text -- Recto -- Margin -- Verso -- Margin -- Address -- Textual Notes -- Recto -- Verso -- Translation -- Recto -- Margin -- Verso -- Margin -- Address -- 14 Letter to the Eparch Uruwī -- Text -- Recto -- Verso -- Address -- Textual Notes -- Recto -- Translation -- Recto -- Verso -- Address -- 15 Letter to the Eparch Uruwī -- Text -- Recto -- Margin -- Verso -- Address -- Textual Notes -- Recto -- Verso -- Translation -- Recto -- Margin -- Verso -- Address -- 16 Letter to the Eparch Uruwī -- Text -- Recto -- Top Margin -- Verso -- Postscript -- Address -- Textual Notes -- Recto -- Translation -- Recto -- Top Margin -- Verso -- Postscript -- Address -- 17 Letter from the Eparch Uruwī -- Text -- Recto -- Margin -- Verso -- Address -- Textual Notes -- Recto -- Translation -- Recto -- Margin -- Verso -- Address -- 18 Letter from the Eparch Uruwī -- Text -- Recto -- Verso -- Textual Notes -- Recto -- Translation -- Recto -- Verso -- 19 Letter to the Eparch Īsū -- Text -- Recto -- Verso -- Address -- Textual Notes -- Recto -- Verso -- Address -- Translation -- Recto -- Verso -- Address -- 20 Letter to the Eparch Īsū -- Text -- Recto. , Margin -- Verso -- Address -- Textual Notes -- Recto -- Verso -- Address, Right Column -- Translation -- Recto -- Margin -- Verso -- Address -- 21 Letter to an Eparch -- Text -- Recto -- Margin -- Verso -- Address -- Textual Notes -- Recto -- Margin -- Translation -- Recto -- Margin -- Verso -- Address -- 22 Letter to an Eparch -- Text -- Recto -- Margin -- Verso -- Address -- Textual Notes -- Recto -- Verso -- Address -- Translation -- Recto -- Margin -- Verso -- Address -- 23 Letter to an Eparch -- Text -- Recto -- Verso -- Address -- Textual Notes -- Recto -- Translation -- Recto -- Verso -- Address -- 24 Letter to an Eparch -- Text -- Recto -- Margin -- Verso -- Margin -- Address -- Textual Notes -- Recto -- Verso -- Translation -- Recto -- Margin -- Verso -- Margin -- Address -- 25 Letter to an Eparch -- Text -- Recto -- Margin -- Verso -- Textual Notes -- Recto -- Verso -- Translation -- Recto -- Margin -- Verso -- 26 Letter to al-Bazīl, the Deputy of the Eparch Darmā -- Text -- Recto -- Verso -- Address -- Textual Notes -- Translation -- Recto -- Verso -- Address -- 27 Letter to the Secretary of the Eparch Uruwī -- Text -- Recto -- Verso -- Address -- Textual Notes -- Recto -- Verso -- Address, Left Column -- Translation -- Recto -- Verso -- Address -- 28 Letter to a Commander -- Text -- Recto -- Margin -- Verso -- Translation -- Recto -- Margin -- Verso -- 29 Letter to a Commander -- Text -- Recto -- Verso -- Address -- Textual Notes -- Recto -- Verso -- Address, Left Column -- Translation -- Recto -- Verso -- Address -- 30 Letter to a Dignitary -- Text -- Recto -- Margin -- Verso -- Margin -- Address -- Textual Notes -- Recto -- Verso -- Translation -- Recto -- Margin -- Verso -- Margin -- Address -- 31 Letter to a Dignitary -- Text -- Recto -- Margin -- Verso -- Margin -- Textual Notes -- Recto -- Margin -- Verso -- Translation -- Recto. , Margin.
    Weitere Ausg.: Print version: Khan, Geoffrey Arabic Documents from Medieval Nubia Cambridge, UK : Open Book Publishers,c2024
    Sprache: Englisch
    Schlagwort(e): Electronic books.
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 3
    Online-Ressource
    Online-Ressource
    Cambridge :Cambridge University Press,
    UID:
    almafu_9960119365702883
    Umfang: 1 online resource (282 pages) : , digital, PDF file(s).
    Ausgabe: Second edition.
    ISBN: 1-139-17332-4
    Inhalt: This is a new edition of a very successful introduction to statistical methods for general insurance practitioners. No prior statistical knowledge is assumed, and the mathematical level required is approximately equivalent to school mathematics. Whilst the book is primarily introductory, the authors discuss some more advanced topics, including simulation, calculation of risk premiums, credibility theory, estimation of outstanding claim provisions and risk theory. All topics are illustrated by examples drawn from general insurance, and references for further reading are given. Solutions to most of the exercises are included. For the new edition the opportunity has been taken to make minor improvements and corrections throughout the text, to rewrite some sections to improve clarity, and to update the examples and references. A new section dealing with estimation has also been added.
    Anmerkung: Title from publisher's bibliographic system (viewed on 05 Oct 2015). , Cover -- Half-title -- Title -- Copyright -- Contents -- Preface to first edition -- Preface to second edition -- Introduction and mathematical preliminaries -- 1.1 Introduction -- 1.2 Summation notation -- 1.3 Factorial notation n! -- 1.4 Combinatorial notation -- 1.5 Power notation -- 1.6 Differentiation -- the slope of a curve -- 1.7 Maxima and minima -- *1.8 Functions of more than one variable -- maxima and minima -- 1.9 The exponential function e x -- 1.10 The natural logarithm function In x -- 1.11 Exercises -- Elementary probability -- 2.1 Introduction -- concept of probability -- 2.2 Joint and disjoint events -- intersection and union -- 2.3 Conditional probability -- 2.4 Independence of two events -- 2.5 Exercises -- Random variables and their distributions -- 3.1 Discrete random variables and their distributions -- 3.2 Continuous random variables and their distributions -- 3.3 The area under a curve -- integration and differentiation -- 3.4 Exercises -- Location and dispersion -- 4.1 Measures of location - mean, median and mode -- 4.2 Dispersion - variance and standard deviation -- **4.3 Expectations and moments -- **4.4 Conditional means -- **4.5 Conditional variances -- **4.6 Skewness -- 4.7 Exercises -- Statistical distributions useful in general insurance work -- 5.1 The normal distribution -- 5.2 The Central Limit Theorem -- 5.3 The log-normal distribution -- *5.4 The Pareto distribution -- *5.5 The gamma distribution -- 5.6 The Poisson distribution -- 5.7 Normal approximation to the Poisson distribution -- *5.8 The binomial distribution -- **5.9 The negative binomial distribution -- heterogeneity of risk -- 5.10 The importance of theoretical distributions in general insurance -- Exercises -- Inferences from general insurance data -- 6.1 Hypothesis testing -- 6.2 Point estimation and method of moments -- *6.3 Maximum likelihood. , *6.4 Confidence intervals -- *6.5 Risk factors -- multivariate models -- least squares -- 6.6 Exercises -- The risk premium -- 7.1 Risk premium -- claim frequency and claim size -- 7.2 Claim frequency rate -- exposure -- 7.3 Claim size -- pitfalls -- 7.4 Claim settlement pattern -- *7.5 Excesses and excess of loss reinsurances -- 7.6 Exercises -- Experience rating -- 8.1 Introduction -- 8.2 Credibility theory -- 8.3 Full credibility -- 8.4 Partial credibility -- *8.5 Bayes' Theorem -- **8.6 A Bayesian approach to the updating of claim frequency rates -- 8.7 No claim discount (NCD) -- Exercises -- Simulation -- 9.1 Random numbers and simulation -- *9.2 How many simulations? -- 9.3 Computer generation of random numbers -- *9.4 Linear congruential generators -- 9.5 Random observations on the normal distribution -- 9.6 Random observations on the log-normal distribution -- 9.7 Random observations on the Poisson distribution -- *9.8 Random observations on the negative binomial distribution -- 9.9 A simulation example -- 9.10 When to simulate -- 9.11 Simulation of an NCD system -- 9.12 Limitations of the model -- sensitivity analysis -- 9.13 Exercises -- Estimation of outstanding claim provisions -- 10.1 Delays in claim reporting and claim settlement -- run-off -- 10.2 The run-off triangle -- 10.3 Chain-ladder method without inflation adjustment -- 10.4 Does the chain-ladder model fit the data? -- 10.5 Chain-ladder method with inflation adjustment -- 10.6 The separation method (direct future payments approach) -- *10.7 The separation method (two other approaches) -- 10.8 IBNR, and the chain-ladder and separation methods -- 10.9 Alternative methods of assessing outstanding claim provisions -- 10.10 The tail -- 10.11 Estimation of IBNR claim provisions -- 10.12 Exercises -- Elementary risk theory -- 11.1 Introduction. , 11.2 Portfolio with constant (fixed) claim size -- 11.3 Variable claim size -- **11.4 The expectation and variance of C -- 11.5 The assumption of normality -- 11.6 Summary and further reading -- 11.7 Exercises -- References -- Solutions to exercises -- Author index -- Subject index. , English
    Weitere Ausg.: ISBN 0-521-65534-X
    Weitere Ausg.: ISBN 0-521-65234-0
    Sprache: Englisch
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (lizenzpflichtig)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 4
    Online-Ressource
    Online-Ressource
    Cambridge :Cambridge University Press,
    UID:
    almafu_9960119221102883
    Umfang: 1 online resource (xii, 625 pages) : , digital, PDF file(s).
    Ausgabe: 1st ed.
    ISBN: 1-316-03930-7 , 0-511-84042-X
    Serie: Cambridge textbooks in linguistics
    Inhalt: Andrew Radford's new textbook is principally for students with little or no background in syntax who need a lively and up-to-date introduction to contemporary work on transformational grammar. It covers four main topics - the goals of linguistic theory, syntactic structure, the nature and role of the lexicon, and the function of transformations and the principles governing their application. The framework takes into account the major works such as Chomsky's Knowledge of Language and Barriers written since the publication of Radford's widely acclaimed Transformational Syntax in 1981. Not only does the present book use a more recent theoretical framework, but at the descriptive level it covers a wider range of constructions and rules than its predecessor. Andrew Radford is well known for his effective pedagogical approach, and in this book even more care has been devoted to providing a sympathetic and non-technical introduction to the field. At the end of each chapter are exercises which reinforce the text, enable students to apply the various concepts, etc. discussed, or encourage them to look more critically at some of the assumptions and analyses presented. The book also has a detailed bibliographical background section and an extensive bibliography which will be a useful source of reference to the primary literature. Although intended principally as a coursebook for students of syntax or English grammar, Transformational Grammar will be invaluable to any reader who needs a straightforward and comprehensive introduction to the latest developments in this field.
    Anmerkung: Title from publisher's bibliographic system (viewed on 05 Oct 2015). , Cover -- Title -- Copyright -- Contents -- Prologue -- Dedication -- Acknowledgments -- Goals -- 1.1 Overview -- 1.2 Grammatical competence -- 1.3 Basic concepts and fundamental misconceptions -- 1.4 Competence as infinite rule-governed creativity -- 1.5 Discovering the rules -- 1.6 Levels of adequacy -- 1.7 Constraining grammars -- 1.8 Constraints, universals, and acquisition -- 1.9 Markedness and Core Grammar -- 1.10 Summary -- Exercises -- Structure -- 2.1 Overview -- 2.2 Intuitions about Structure -- 2.3 Word-level categories -- 2.4 Phrasal categories: nonsyntactic evidence -- 2.5 Phrasal categories: distributional evidence -- 2.6 Phrasal categories: other syntactic evidence -- 2.7 Words used as Phrases -- 2.8 Testing the Structure -- 2.9 Summary -- Exercises -- Phrase-markers -- 3.1 Overview -- 3.2 The nature of Phrase-markers -- 3.3 C-command -- 3.4 Constraining Phrase-markers -- 3.5 Generating Phrase-markers -- 3.6 Another look at categories -- 3.7 Conflating categories -- 3.8 The nature of categories -- 3.9 Summary -- Exercises -- Noun Phrases -- 4.1 Overview -- 4.2 Small nominal phrases -- 4.3 Evidence for N-bar -- 4.4 Complements and Adjuncts -- 4.5 Optional constituents of the Noun Phrase -- 4.6 More differences between Complements and Adjuncts -- 4.7 Nominal premodifiers -- 4.8 Adjectival premodifiers -- 4.9 Summary -- Exercises -- Other Phrases -- 5.1 Overview -- 5.2 Verb Phrases -- 5.3 Adjectival Phrases -- 5.4 Prepositional Phrases -- 5.5 Cross-categorial structural symmetry -- 5.6 Constraining Categorial Rules -- 5.7 Generalising Categorial Rules -- 5.8 Eliminating Categorial Rules -- 5.9 Summary -- Exercises -- Clauses -- 6.1 Overview -- 6.2 Finite and nonfinite Clauses -- 6.3 Constituent structure of Clauses -- 6.4 Structure of Main Clauses -- 6.5 Internal structure of S -- 6.6 Clauses with empty Subjects. , 6.7 Exceptional Clauses -- 6.8 Small Clauses -- 6.9 Summary -- Exercises -- The Lexicon -- 7.1 Overview -- 7.2 Categorial information -- 7.3 Subcategorisation -- 7.4 Prepositional Complements -- 7.5 Complement order -- 7.6 Clausal Complements -- 7.7 Subcategorising Adjectives, Nouns, and Prepositions -- 7.8 Eliminating redundancy -- 7.9 Selection Restrictions -- 7.10 Thematic relations -- 7.11 Correlating Thematic and Syntactic Structure -- 7.12 Theta-marking of Subjects -- 7.13 Selection Restrictions and Thematic Structure -- 7.14 Constraints on Theta-marking -- 7.15 Summary -- Exercises -- Transformations -- 8.1 Overview -- 8.2 V MOVEMENT -- 8.3 I MOVEMENT -- 8.4 NP MOVEMENT in passive structures -- 8.5 NP MOVEMENT in Raising structures -- 8.6 NP MOVEMENT in ergative and middle structures -- 8.7 EXTRAPOSITION -- 8.8 Summary -- Exercises -- WH MOVEMENT -- 9.1 Overview -- 9.2 Question types -- 9.3 Syntactic arguments -- 9.4 Morphological arguments -- 9.5 Phonological arguments -- 9.6 Semantic arguments -- 9.7 WH MOVEMENT in Relative Clauses -- 9.8 Other wh-constructions -- 9.9 Targets for WH MOVEMENT -- 9.10 The landing-site for moved wh-phrases -- 9.11 Re-examining the status of S -- 9.12 Re-examining the status of Small Clauses -- 9.13 Summary -- Exercises -- ALPHA MOVEMENT -- 10.1 Overview -- 10.2 Other movement rules -- 10.3 ALPHA MOVEMENT -- 10.4 Structure-preserving Principle -- 10.5 Explaining the Structure-preserving Principle -- 10.6 Traces -- 10.7 C-command condition on Traces -- 10.8 Bounding -- 10.9 Rule interaction -- 10.10 Summary -- Exercises -- Bibliographical background -- Bibliography -- Index. , English
    Weitere Ausg.: ISBN 0-521-34750-5
    Weitere Ausg.: ISBN 0-521-34506-5
    Sprache: Englisch
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (lizenzpflichtig)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 5
    Buch
    Buch
    New York ; London :The Guilford Press,
    UID:
    almafu_BV048486038
    Umfang: xiv, 546 Seiten : , Diagramme ; , 254 mm.
    Ausgabe: Second edition
    ISBN: 978-1-4625-4986-3
    Serie: Methodology in the Social Sciences
    Inhalt: The most user-friendly and authoritative resource on missing data has been completely revised to make room for the latest developments that make handling missing data more effective. The second edition includes new methods based on factored regressions, newer model-based imputation strategies, and innovations in Bayesian analysis. State-of-the-art technical literature on missing data is translated into accessible guidelines for applied researchers and graduate students. The second edition takes an even, three-pronged approach to maximum likelihood estimation (MLE), Bayesian estimation as an alternative to MLE, and multiple imputation. Consistently organized chapters explain the rationale and procedural details for each technique and illustrate the analyses with engaging worked-through examples on such topics as young adult smoking, employee turnover, and chronic pain. The companion website (www.appliedmissingdata.com) includes datasets and analysis examples from the book, up-to-date software information, and other resources.New to This Edition*Expanded coverage of Bayesian estimation, including a new chapter on incomplete categorical variables.*New chapters on factored regressions, model-based imputation strategies, multilevel missing data-handling methods, missing not at random analyses, and other timely topics.*Presents cutting-edge methods developed since the 2010 first edition; includes dozens of new data analysis examples.*Most of the book is entirely new.
    Anmerkung: References S. 493-517, Author Index S. 519-528, Subject Index S. 529-545 , 1. Introduction to Missing Data; 1.1 Chapter Overview; 1.2 Missing Data Patterns; 1.3 Missing Data Mechanisms; 1.4 Diagnosing Missing Data Mechanisms; 1.5 Auxiliary Variables; 1.6 Analysis Example: Preparing for Missing Data Handling; 1.7 Older Missing Data Methods; 1.8 Comparing Missing Data Methods via Simulation; 1.9 Planned Missing Data; 1.10 Power Analyses for Planned Missingness Designs; 1.11 Summary and Recommended Readings; 2.- , Maximum Likelihood Estimation; 2.1 Chapter Overview; 2.2 Probability Distributions versus Likelihood Functions; 2.3 The Univariate Normal Distribution; 2.4 Estimating Unknown Parameters; 2.5 Getting an Analytic Solution; 2.6 Estimating Standard Errors; 2.7 Information Matrix and Parameter Covariance Matrix; 2.8 Alternative Approaches to Estimating Standard Errors; 2.9 Iterative Optimization Algorithms; 2.10 Linear Regression; 2.11 Significance Tests; 2.12 Multivariate Normal Data; 2.13 Categorical Outcomes: Logistic and Probit Regression; 2.14 Summary and Recommended Readings; 3.- , Maximum Likelihood Estimation with Missing Data; 3.1 Chapter Overview; 3.2 The Multivariate Normal Distribution Revisited; 3.3 How Do Incomplete Data Records Help?; 3.4 Standard Errors with Incomplete Data; 3.5 The Expectation Maximization Algorithm; 3.6 Linear Regression; 3.7 Significance Testing; 3.8 Interaction Effects; 3.9 Curvilinear Effects; 3.10 Auxiliary Variables; 3.11 Categorical Outcomes; 3.12 Summary and Recommended Readings; 4. Bayesian Estimation; 4.1 Chapter Overview; 4.2 What Makes Bayesian Statistics Different?; 4.3 Conceptual Overview of Bayesian Estimation; 4.4 Bayes’ Theorem; 4.5 The Univariate Normal Distribution; 4.6 MCMC Estimation with the Gibbs Sampler; 4.7 Estimating the Mean and Variance with MCMC; 4.8 Linear Regression; 4.9 Assessing Convergence of the Gibbs Sampler; 4.10 Multivariate Normal Data; 4.11 Summary and Recommended Readings; 5.- , Bayesian Estimation with Missing Data; 5.1 Chapter Overview; 5.2 Imputing an Incomplete Outcome Variable; 5.3 Linear Regression; 5.4 Interaction Effects; 5.5 Inspecting Imputations; 5.6 The Metropolis–Hastings Algorithm; 5.7 Curvilinear Effects; 5.8 Auxiliary Variables; 5.9 Multivariate Normal Data; 5.10 Summary and Recommended Readings; 6. Bayesian Estimation for Categorical Variables; 6.1 Chapter Overview; 6.2 Latent Response Formulation for Categorical Variables; 6.3 Regression with a Binary Outcome; 6.4 Regression with an Ordinal Outcome; 6.5 Binary and Ordinal Predictor Variables; 6.6 Latent Response Formulation for Nominal Variables; 6.7 Regression with a Nominal Outcome; 6.8 Nominal Predictor Variables; 6.9 Logistic Regression; 6.10 Summary and Recommended Readings; 7.- , Multiple Imputation; 7.1 Chapter Overview; 7.2 Agnostic versus Model-Based Multiple Imputation; 7.3 Joint Model Imputation; 7.4 Fully Conditional Specification; 7.5 Analyzing Multiply-Imputed Data Sets; 7.6 Pooling Parameter Estimates; 7.7 Pooling Standard Errors; 7.8 Test Statistic and Confidence Intervals; 7.9 When Might Multiple Imputation Give Different Answers?; 7.10 Interaction and Curvilinear Effects Revisited; 7.11 Model-Based Imputation; 7.12 Multivariate Significance Tests; 7.13 Summary and Recommended Readings; 8. Multilevel Missing Data; 8.1 Chapter Overview; 8.2 Random Intercept Regression Models; 8.3 Random Coefficient Models; 8.4 Multilevel Interaction Effects; 8.5 Three-Level Models; 8.6 Multiple Imputation; 8.7 Joint Model Imputation; 8.8 Fully Conditional Specification Imputation; 8.9 Maximum Likelihood Estimation; 8.10 Summary and Recommended Readings; 9.- , Missing Not at Random Processes; 9.1 Chapter Overview; 9.2 Missing Not at Random Processes Revisited; 9.3 Major Modeling Frameworks; 9.4 Selection Models for Multiple Regression; 9.5 Model Comparisons and Individual Influence Diagnostics; 9.6 Selection Model Analysis Examples; 9.7 Pattern Mixture Models for Multiple Regression; 9.8 Pattern Mixture Model Analysis Examples; 9.9 Longitudinal Data Analyses; 9.10 Diggle–Kenward Selection Model; 9.11 Shared Parameter (Random Coefficient) Selection Model; 9.12 Random Coefficient Pattern Mixture Models; 9.13 Longitudinal Data Analysis Examples; 9.14 Summary and Recommended Readings; 10.- , Special Topics and Applications; 10.1 Chapter Overview; 10.2 Descriptive Summaries, Correlations, and Subgroups; 10.3 Non-Normal Predictor Variables; 10.4 Non-Normal Outcome Variables; 10.5 Mediation and Indirect Effects; 10.6 Structural Equation Models; 10.7 Scale Scores and Missing Questionnaire Items; 10.8 Interactions with Scales; 10.9 Longitudinal Data Analyses; 10.10 Regression with a Count Outcome; 10.11 Power Analyses for Growth Models with Missing Data; 10.12 Summary and Recommended Readings; 11. Wrap-Up; 11.1 Chapter Overview; 11.2 Choosing a Missing Data-Handling Procedure; 11.3 Software Landscape; 11.4 Reporting Results from a Missing Data Analysis; 11.5 Final Thoughts and Recommended Readings; Appendix. Data Set Descriptions; Author Index; Subject Index; About the Author;
    Sprache: Englisch
    Fachgebiete: Psychologie , Soziologie
    RVK:
    RVK:
    Schlagwort(e): Sozialwissenschaften ; Statistik ; Methodologie ; Fehlende Daten ; Datenauswertung
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 6
    Online-Ressource
    Online-Ressource
    Amsterdam ; : Elsevier,
    UID:
    almafu_9960072724102883
    Umfang: 1 online resource (819 p.)
    Ausgabe: 1st ed.
    ISBN: 1-281-05756-8 , 9786611057565 , 0-08-053696-4
    Inhalt: This is the first comprehensive book for all aspects of monodispersed particles, consisting of four parts: Part 1 for the fundamentals of the elementary processes; Part 2 for the preparation of monodispersed particles, including the general principles, explanations of almost all known monodispersed systems on the basis of their classification, and techniques for controlling their mean size, shape, internal structure, composition, heterojunction, surface modification, etc.; Part 3 for the analytical methods for the formation processes and the characterization of monodispersed products; Part 4 f
    Anmerkung: Description based upon print version of record. , Front Cover; Monodispersed Particles; Copyright Page; Preface; Contents; PART 1: FUNDAMENTALS; Chapter 1. Nucleation; 1.1. Surface Energy; 1.2. Equilibrium Concentrations of Three-Dimensional Nuclei; 1.3. Nucleation Rate; 1.4. The Nucleation Process in Closed Monodisperse Systems; 1.5. The Nucleation Process in Open Monodisperse Systems; References; Chapter 2. Growth; 2.1. Equilibrium Concentrations of Two-Dimensional Nuclei; 2.2. Nucleation Rate of Two-Dimensional Nuclei; 2.3. Growth Rate by Surface Reaction; 2.4. Growth of Polyhedral Particles by Surface Reaction , 2.5. Diffusion-Controlled and Reaction-Controlled Growth Modes2.6. Criteria for the Distinction of Growth Modes; Chapter 3. Habit Formation; 3.1. Surface Chemical Potential of a Crystal Face; 3.2. Stable Forms; References; References; Chapter 4. Recrystallization; 4.1. Phase Transformation; 4.2. Ostwald Ripening; 4.3. Self-Recrystallization; 4.4. Reversed Ostwald Ripening; 4.5. Contact Recrystallization; References; Chapter 5. Solid-Solution Formation; 5.1. Equilibrium Compositions; 5.2. Conversion by Intra-Particle Recrystallization; References; PART 2: PREPARATION , Chapter 6. General Principles for the Formation of Monodispersed Particles6.1. Separation of the Nucleation and Growth Stages; 6.2. Inhibition of Random Coagulation; 6.3. Reserve of Monomers; 6.4. Choice of Growth Modes; 6.5. Introduction of Alternative Mechanisms; References; Chapter 7. Monodispersed Systems; 7.1. Classification of Monodispersed Systems; 7.2. Homogeneous Systems; 7.3. Heterogeneous Systems; References; Chapter 8. Control of Particle Characteristics; 8.1. Size Control; 8.2. Shape Control; 8.3. Internal Structure Control; 8.4. Composition Control , 8.5. Layered Structure Control8.6. Hollow Structure Control; 8.7. Porous Structure Control; 8.8. Heterojunction; References; PART 3: ANALYSES; Chapter 9. Analyses of Formation Processes; 9.1. Electron Microscopy; 9.2. X-ray Diffractometry; 9.3. Infrared Spectroscopy; 9.4. Ultraviolet-Visible Spectroscopy; 9.5. Potentiometry; 9.6. Inductively Coupled Plasma Spectrometry; 9.7. Gas Chromatography; 9.8. Ion Chromatography; 9.9. Radiochemical Analysis; 9.10. Seeding Analysis; References; Chapter 10. Characterization of Products; 10.1. Transmission Electron Microscopy , 10.2. Scanning Electron Microscopy10.3. Electron Diffractometry; 10.4. Energy Dispersive X-ray Spectrometry; 10.5. Powder X-ray Diffractometry; 10.6. Oriented Particulate Monolayer X-ray Diffractometry; 10.7. X-ray Photoelectron Spectroscopy; 10.8. Infrared Spectroscopy; 10.9. Ultraviolet-Visible Spectroscopy; 10.10. Photon Correlation Spectroscopy; 10.11. Turbidimetry; 10.12. Coulter Principle; References; PART 4: APPLICATIONS; Chapter 11. Application to Fundamental Studies; 11.1. Determination of the Avogadro Number; 11.2. Measurement of Zeta-Potential , 11.3. Determination of Hamaker Constants , English
    Weitere Ausg.: ISBN 0-444-62750-2
    Weitere Ausg.: ISBN 0-444-89569-8
    Sprache: Englisch
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 7
    Online-Ressource
    Online-Ressource
    Oxford, England ; : William Andrew,
    UID:
    almafu_9960073571102883
    Umfang: 1 online resource (465 p.)
    Ausgabe: 2nd ed.
    ISBN: 0-323-22168-8
    Serie: Plastics Design Library
    Inhalt: Handbook of Thermoplastic Elastomers, Second Edition presents a comprehensive working knowledge of thermoplastic elastomers (TPEs), providing an essential introduction for those learning the basics, but also detailed engineering data and best practice guidance for those already involved in polymerization, processing, and part manufacture. TPEs use short, cost-effective production cycles, with reduced energy consumption compared to other polymers, and are used in a range of industries including automotive, medical, construction and many more. This handbook provides all the prac
    Anmerkung: Description based upon print version of record. , Front Cover; HANDBOOK OF THERMOPLASTIC ELASTOMERS; Copyright; Dedication; Contents; Preface to the Second Edition; Preface to the First Edition; Acknowledgments; 1 - Introduction; 1.1 Elasticity and Elastomers; 1.2 Thermoplastic Elastomers; References; 2 - Brief History of Thermoplastic Elastomers; References; 3 - Additives; 3.1 Antioxidants; 3.2 Light Stabilizers; 3.3 Nucleating Agents; 3.4 Flame Retardants; 3.5 Colorants; 3.6 Antistatic Agents; 3.7 Slip Agents; 3.8 Antiblocking Agents; 3.9 Processing Aids; 3.10 Fillers and Reinforcements; 3.11 Plasticizers; 3.12 Other Additives , 3.13 Selection of Additives3.14 Health, Hygiene, and Safety; References; 4 - Processing Methods Applicable to Thermoplastic Elastomers; 4.1 Introduction; 4.2 Mixing and Blending; 4.3 Extrusion; 4.4 Injection Molding; 4.5 Compression Molding; 4.6 Transfer Molding; 4.7 Blow Molding; 4.8 Rotational Molding; 4.9 Foaming of Thermoplastics; 4.10 Thermoforming; 4.11 Calendering; 4.12 Secondary Manufacturing Processes; 4.13 General Processing Technology of Thermoplastic Elastomers; 4.14 Process Simulation; 4.15 3D Printing; 4.16 Product Development and Testing; References , 5 - Styrenic Block Copolymers5.1 Introduction; 5.2 Polystyrene-Polydiene Block Copolymers; 5.3 Styrenic Block Copolymers Synthesized by Carbocationic Polymerization; 5.4 New Commercial Developments; References; 6 - Thermoplastic Elastomers Prepared by Dynamic Vulcanization; 6.1 Introduction; 6.2 The Dynamic Vulcanization Process; 6.3 Properties of Blends Prepared by Dynamic Vulcanization; 6.4 Processing and Fabrication of Thermoplastic Vulcanizates; 6.5 New Commercial Developments; References; 7 - Polyolefin-Based Thermoplastic Elastomers; 7.1 Introduction; 7.2 Thermoplastic Polyolefin Blends , 7.3 Morphology7.4 Properties of TPOs; 7.5 Processing of TPOs; 7.6 Painting of TPOs; 7.7 New Commercial Developments; References; 8 - Thermoplastic Elastomers Based on Halogen-Containing Polyolefins; 8.1 Introduction; 8.2 Blends of PVC with Nitrile Rubber; 8.3 Blends of PVC with Other Elastomers; 8.4 Melt-Processable Rubber; 8.5 Thermoplastic Fluorocarbon Elastomer; 8.6 New Commercial Development; References; 9 - Thermoplastic Polyurethane Elastomers; 9.1 Introduction; 9.2 Synthesis of TPUs; 9.3 Morphology; 9.4 Thermal Transitions; 9.5 Properties; 9.6 Processing of TPUs , 9.7 Blends of TPUs with Other Polymers9.8 Bonding and Welding; 9.9 Use of Bio-Based Raw Materials in TPUs; 9.10 New Commercial Development; References; 10 - Thermoplastic Elastomers Based on Polyamides; 10.1 Introduction; 10.2 Synthesis; 10.3 Morphology; 10.4 Structure-Property Relationships; 10.5 Physical and Mechanical Properties; 10.6 Chemical and Solvent Resistance; 10.7 Electrical Properties; 10.8 Other Properties; 10.9 Compounding; 10.10 Processing; 10.11 Bonding and Welding; 10.12 New Commercial Developments; References; 11 - Thermoplastic Polyether Ester Elastomers; 11.1 Introduction , 11.2 Synthesis , English
    Weitere Ausg.: ISBN 0-323-22136-X
    Weitere Ausg.: ISBN 1-306-85975-1
    Sprache: Englisch
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 8
    Online-Ressource
    Online-Ressource
    Oxford :Elsevier,
    UID:
    almafu_9960072221002883
    Umfang: 1 online resource (447 p.)
    Ausgabe: 1st ed.
    ISBN: 1-280-72875-2 , 9786610728756 , 0-08-046719-9
    Inhalt: This unique book about bioscience and the bioengineering of titanium materials is based on more than 1,000 published articles. It bridges the gap between the medical/dental fields and the engineering/technology areas, due to the author's unique experience in both during the last 30 years. The book covers Materials Classifications, Chemical and Electrochemical Reactions, Oxidation, Biological Reactions, Implant-related Biological Reactions, Applications, Fabri-cation Technologies, Surface Modifications, and Future Perspectives.* Provides quick access to the primary literature in this fi
    Anmerkung: Description based upon print version of record. , Cover; Bioscience and Bioengineering of Titanium Materials; Copyright page; Contents; Prologue; Chapter 1. Introduction; References; Chapter 2. Materials Classification; 2.1. General; 2.2. Medical/Dental Titanium and its Alloys; References; Chapter 3. Chemical and Electrochemical Reactions; 3.1. Discoloration; 3.2. Corrosion in Media Containing Fluorine Ion Bleaching Agents; 3.3. Corrosion Resistance, Effects of Environmental and Mechanical-Assisted Actions; 3.4. Metal Ion Release and Dissolution; 3.5. Galvanic Corrosion; 3.6. Microbiology-Induced Corrosion; 3.7. Reaction with Hydrogen , ReferencesChapter 4. Oxidation and Oxides; 4.1. Formation of Titanium Oxides; 4.2. Influences on Biological Process; 4.3. Crystal Structures of Ti Oxides; 4.4. Characterization of Oxides; 4.5. Unique Applications of Titanium Oxide; 4.6. Oxide Growth, Stability, and Breakdown; 4.7. Reaction with Hydrogen Peroxide; References; Chapter 5. Mechanical and Tribological Behaviors; 5.1. Fatigue; 5.2. Fracture and Fracture Toughness; 5.3. Biotribological Actions; References; Chapter 6. Biological Reaction; 6.1. Toxicity; 6.2. Cytocompatibility (Toxicity to Cells); 6.3. Allergic Reaction , 6.4. Metabolism6.5. Biocompatibility; 6.6. Biomechanical Compatibility; References; Chapter 7. Implant-Related Biological Reactions; 7.1. Bone Healing; 7.2. Hemocompatibility; 7.3. Cell Adhesion, Adsorption, Spreading, and Proliferation; 7.4. Roughness and Cellular Response to Biomaterials; 7.5. Cell Growth; 7.6. Tissue Reaction and Bone Ingrowth; 7.7. Osseointegration and Bone/Implant Interface; 7.8. Some Adverse Factors for Loosening Implants; References; Chapter 8. Implant Application; 8.1. General; 8.2. Clinical Reports; 8.3. Surface and Interface Characterization , 8.4. Reactions in Chemical and Mechanical Environments8.5. Reaction in Biological Environment; References; Chapter 9. Other Applications; 9.1. Denture Bases; 9.2. Crowns and Bridges; 9.3. Clasps; 9.4. Posts and Cores; 9.5. Titanium Fiber and Titanium Oxide Powder as Reinforcement for Bone Cement; 9.6. Sealer Material; 9.7. Shape-Memory Dental Implant; 9.8. Orthodontic Appliances; 9.9. Endodontic Files and Reamers; 9.10. Clamps and Staples; References; Chapter 10. Fabrication Technologies; 10.1. Casting; 10.2. Machining; 10.3. Electro Discharge Machining (EDM) and CAD/CAM , 10.4. Isothermal Forming10.5. Superplastic Forming (SPF); 10.6. Diffusion Bonding (DB); 10.7. Powder Metallurgy; 10.8. Metal Injection Molding (MIM); 10.9. Laser Welding/Forming; 10.10. Soldering; 10.11. Heat Treatment (HT); References; Chapter 11. Surface Modifications; 11.1. Sandblasting and Surface Texturing; 11.2. Shot-Peening and Laser-Peening; 11.3. Chemical, Electrochemical, and Thermal Modifications; 11.4. Coating; 11.5. Porosity Controlled Surface and Texturing; 11.6. Foamed Metal; 11.7. Coloring; References; Chapter 12. Future Perspectives , 12.1. Titanium Industry and New Materials Development , English
    Weitere Ausg.: ISBN 0-08-045142-X
    Sprache: Englisch
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 9
    Online-Ressource
    Online-Ressource
    Cambridge :Cambridge University Press,
    UID:
    almafu_9960119292302883
    Umfang: 1 online resource (xii, 558 pages) : , digital, PDF file(s).
    ISBN: 1-139-16670-0
    Serie: Cambridge textbooks in linguistics
    Inhalt: Andrew Radford's textbook is written for students with little or no background in syntax, and introduces them to key concepts of Chomsky's minimalist programme (e.g. merger and movement, checking, economy and greed, split VPs, agreement projections), as well as providing detailed analysis of the syntax of a range of different construction types (e.g. interrogatives, negatives, passives, unaccusatives, complement clauses). Illustrative material is drawn from varieties of English (Standard English, Belfast English, Shakespearean English, Jamaican Creole and Child English). There is a substantial glossary and an extensive integral workbook section at the end of each chapter with helpful hints and model answers, which aim to get students to analyse phrases and sentences for themselves within a minimalist framework.
    Anmerkung: Title from publisher's bibliographic system (viewed on 05 Oct 2015). , Cover -- Half-title -- Series-title -- Title -- Copyright -- Contents -- Preface -- Principles and parameters -- 1.1 Overview -- 1.2 Grammar -- 1.3 Criteria of adequacy -- 1.4 Language faculty -- 1.5 Creativity -- 1.6 Principles -- 1.7 Parameters -- 1.8 Parameter-setting -- 1.9 Evidence -- 1.10 Summary -- Workbook section -- Categories and features -- 2.1 Overview -- 2.2 Morphological evidence -- 2.3 Syntactic evidence -- 2.4 Functional categories: determiners and pronouns -- 2.5 Auxiliaries and infinitival to -- 2.6 Complementizers -- 2.7 Parsing -- 2.8 Subcategorial features -- 2.9 Cross-categorial features -- 2.10 Summary -- Workbook section -- Syntactic structure -- 3.1 Overview -- 3.2 Forming phrases -- 3.3 Specifiers -- 3.4 Forming sentences -- 3.5 Tree diagrams -- 3.6 Configurational relations -- 3.7 Testing structure -- 3.8 Additional tests -- 3.9 C-command -- 3.10 Summary -- Workbook section -- Empty categories -- 4.1 Overview -- 4.2 PRO subjects -- 4.3 Null auxiliaries -- 4.4 Unfilled INFL -- 4.5 Bare infinitives -- 4.6 Null complementizers -- 4.7 Null determiners -- 4.8 Pronouns -- 4.9 Attributive adjectives -- 4.10 Summary -- Workbook section -- Checking -- 5.1 Overview -- 5.2 Interpretable and uninterpretable features -- 5.3 Checking -- 5.4 Phrases -- 5.5 Percolation -- 5.6 Determiner phrases -- 5.7 PRO subjects -- 5.8 Objective subjects -- 5.9 Bare phrase structure -- 5.10 Summary -- Workbook section -- Head movement -- 6.1 Overview -- 6.2 Auxiliary inversion -- 6.3 Traces -- 6.4 Verb movement -- 6.5 Strong and weak features -- 6.6 Negation -- 6.7 The syntax of have -- 6.8 Tense affix -- 6.9 Question affix -- 6.10 Summary -- Workbook section -- Operator movement -- 7.1 Overview -- 7.2 Wh-operators -- 7.3 Enlightened self-interest and shortest movement -- 7.4 Pied-piping -- 7.5 Embedded questions in Belfast English. , 7.6 Embedded questions in Standard English -- 7.7 Subject questions -- 7.8 Yes-no questions -- 7.9 Nonoperator questions -- 7.10 Summary -- Workbook section -- A movement -- 8.1 Overview -- 8.2 VP-internal subject hypothesis -- 8.3 Evidence that subjects originate in spec-VP -- 8.4 Argument structure and theta-marking -- 8.5 Case-checking via head-adjunction and attraction -- 8.6 Raising predicates -- 8.7 Differences between raising and control predicates -- 8.8 Passivization -- 8.9 Explanation -- 8.10 Summary -- Workbook section -- VP shells -- 9.1 Overview -- 9.2 Ergative predicates -- 9.3 Adverbs and prepositional particles -- 9.4 Ditransitive and resultative predicates -- 9.5 Three-place predicates with clausal complements -- 9.6 Object-control predicates -- 9.7 Monotransitive predicates -- 9.8 Unergative predicates -- 9.9 Unaccusative predicates -- 9.10 Summary -- Workbook section -- Agreement projections -- 10.1 Overview -- 10.2 Subject agreement projections -- 10.3 Evidence from other varieties of English -- 10.4 Object agreement projections -- 10.5 Exceptional case-marking -- 10.6 Indirect object agreement projections -- 10.7 Genitive DPs -- 10.8 For-infinitives and prepositional objects -- 10.9 Passives and unaccusatives reconsidered -- 10.10 Summary -- Workbook section -- Glossary and list of abbreviations -- References -- Index.
    Weitere Ausg.: ISBN 0-521-47707-7
    Weitere Ausg.: ISBN 0-521-47125-7
    Sprache: Englisch
    URL: Volltext  (lizenzpflichtig)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 10
    Online-Ressource
    Online-Ressource
    Amsterdam ; : Elsevier Digital Press,
    UID:
    almafu_9959238264802883
    Umfang: 1 online resource (655 p.)
    Ausgabe: 2nd ed.
    ISBN: 1-281-02450-3 , 9786611024505 , 0-08-051312-3
    Serie: HP Technologies
    Inhalt: OpenVMS System Management Guide, Second Edition, the most complete book on the topic, details for system administrators the tools, technologies, and techniques by which they can configure, maintain, and tune computers running Hewlett-Packard's high-performance OpenVMS operating system. Revised by a topical authority and a principal OpenVMS engineer, the book enables system administrators to perform more efficiently and effectively those everyday tasks critical to an OpenVMS system. Examples have been updated to include OpenVMS/VAX 7.3 and OpenVMS/Alpha 7.3-1.·OpenVMS administration bes
    Anmerkung: Description based upon print version of record. , Front Cover; OpenVMS System Management Guide; Copyright Page; Contents; Preface; P.1 Conventions; P.2 Organization; P.3 References; Acknowledgments; Chapter 1. Professional System Management; 1.1 Chapter Objectives; 1.2 Introduction; 1.3 Objective-Based Management; 1.4 Communication Skills; 1.5 Logical Troubleshooting Skills; 1.6 Conclusion; 1.7 Additional Reference; Chapter 2. Site Configuration; 2.1 Chapter Objectives; 2.2 Introduction; 2.3 Site Attributes; 2.4 Disaster Planning; 2.5 Conclusion; 2.6 Additional References; Chapter 3. System Configuration; 3.1 Chapter Objectives , 3.2 OpenVMS System-Disk Organization3.3 System Logical Names; 3.4 OpenVMS Cluster Configurations; 3.5 Conclusion; 3.6 Additional References; Chapter 4. Booting OpenVMS; 4.1 Chapter Objectives; 4.2 Introduction; 4.3 Console Subsystems; 4.4 Configuring a Boot Device; 4.5 Boot Methods; 4.6 SYSBOOT Options; 4.7 Interrupt Priority C; 4.8 Conclusion; 4.9 Additional References; Chapter 5. System-Startup Procedures; 5.1 Chapter Objectives; 5.2 Introduction; 5.3 System-Startup Sequence; 5.4 Site-Specific Startup Procedures; 5.5 Cluster Startup Procedures; 5.6 Coordinating Shareable System Files , 5.7 Miscellaneous Startup Issues5.8 Optimizing System Startup; 5.9 Tools; 5.10 Conclusion; 5.11 Additional References; Chapter 6. System Shutdown; 6.1 Chapter Objectives; 6.2 Introduction; 6.3 Orderly Shutdown Procedures; 6.4 Orderly Shutdown Details; 6.5 Emergency Shutdown Procedures; 6.6 System Dump-File Considerations; 6.7 Automating Shutdown; 6.8 Tools; 6.9 Conclusion; 6.10 Additional References; Chapter 7. License Management; 7.1 Chapter Objectives; 7.2 Introduction; 7.3 HP Software Licenses; 7.4 System-Integrated Products; 7.5 License Types; 7.6 License-Management Facility , 7.7 Conclusion7.8 Additional References; Chapter 8. Queue Management; 8.1 Chapter Objectives; 8.2 Introduction; 8.3 Queue Types; 8.4 Queue Manager; 8.5 Controlling the Queue Manager; 8.6 Queue Naming Conventions; 8.7 Configuring Printer Devices; 8.8 Creating and Starting Print Queues; 8.9 Device Control Libraries; 8.10 Print Forms; 8.11 Configuring PostScript Printers with DCPS; 8.12 Configuring TCP/IP Printers; 8.13 Tools; 8.14 Conclusion; 8.15 Additional References; Chapter 9. Managing User Accounts; 9.1 Chapter Objectives; 9.2 Introduction; 9.3 User-Authorization Database , 9.4 Account Characteristics9.5 Creating Template Accounts; 9.6 Managing Accounts; 9.7 Copying SYSUAF to Another System; 9.8 Tools; 9.9 Conclusion; 9.10 Additional References; Chapter 10. Disk-Space Management; 10.1 Chapter Objectives; 10.2 Introduction; 10.3 Current and Future Storage Requirements; 10.4 Backup Strategy; 10.5 Disk Cluster Size; 10.6 OpenVMS Purge Utility; 10.7 File Version Limits; 10.8 Disk Quotas; 10.9 Using File Expiration Dates; 10.10 Volume Rebuild; 10.11 Archiving System Log Files; 10.12 Bad Blocks; 10.13 Tools; 10.14 Conclusion; 10.15 Additional References , Chapter 11. Login Command Procedures , English
    Weitere Ausg.: ISBN 1-55558-243-5
    Sprache: Englisch
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
Schließen ⊗
Diese Webseite nutzt Cookies und das Analyse-Tool Matomo. Weitere Informationen finden Sie auf den KOBV Seiten zum Datenschutz