Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 29
- Economía 21
- Risk management 20
- Construcción 18
- Teología 18
- Teoría 18
- Application software 17
- Development 16
- Data processing 14
- History 14
- Iglesia católica 14
- C# (Computer program language) 13
- Finance 12
- Gran Bretaña 12
- Mathematical models 12
- Teología moral 12
- Derecho canónico 11
- Dermápteros 11
- Economistas 11
- Java (Computer program language) 11
- Programming 11
- Python (Computer program language) 11
- Tecnología 11
- Código 10
- Enfermería 10
- JavaScript (Computer program language) 10
- Agricultura 9
- Alimentos 9
- Computer programming 9
- Technology 9
-
1281Publicado 2018Tabla de Contenidos: “…Update .NET Core CLI -- Changes in ASP.NET Core Identity -- Exploring .NET Core CLI and New Project Templates -- Understanding .NET Standard -- Versioning of .NET Standard -- New improvements in .NET Standard 2.0 -- More APIs in .NET Standard 2.0 -- Compatibility mode -- Creating a .NET Standard library -- What comes with ASP.NET Core 2.0 -- ASP.NET Core Razor Pages -- Automatic Page and View compilation on publishing -- Razor support for C# 7.1 -- Simplified configuration for Application Insights -- Pooling connections in Entity Framework Core 2.0 -- New features in C# 7.0 -- Tuples -- Patterns -- Constant pattern -- Type pattern -- Var pattern -- Reference returns -- Expression bodied member extended -- Creating Local Functions -- Out variables -- Async Main -- Writing quality code -- Summary -- Understanding .NET Core Internals and Measuring Performance -- .NET Core internals -- CoreFX -- CoreCLR -- Understanding MSIL, CLI, CTS, and CLS -- How the CLR works -- From compilation to execution - Under the hood -- Garbage collection -- Generations in GC -- .NET Native and JIT compilation -- Utilizing multiple cores of the CPU for high performance -- How releasing builds increases performance -- Benchmarking .NET Core 2.0 applications -- Exploring BenchmarkDotNet -- How it works -- Setting parameters -- Memory diagnostics using BenchmarkDotnet -- Adding configurations -- Summary…”
Libro electrónico -
1282Publicado 2015Tabla de Contenidos: “…The View Models -- Completing the Game -- Part III: Cloud Programming -- Chapter 16: Basic Cloud Programming -- The Cloud, Cloud Computing, and the Cloud Optimized Stack -- Cloud Patterns and Best Practices -- Using Microsoft Azure C# Libraries to Create a Storage Container -- Creating an ASP.NET 4.6 Web Site That Uses the Storage Container -- Chapter 17: Advanced Cloud Programing and Deployment -- Creating an ASP.NET Web API -- Deploying and Consuming an ASP.NET Web API on Microsoft Azure -- Scaling an ASP.NET Web API on Microsoft Azure -- Part IV: Data Access -- Chapter 18: Files -- File Classes for Input and Output -- The File and Directory Classes -- The FileInfo Class -- The DirectoryInfo Class -- Path Names and Relative Paths -- Streams -- Classes for Using Streams -- The FileStream Object -- The StreamWriter Object -- The StreamReader Object -- Asynchronous File Access -- Reading and Writing Compressed Files -- Monitoring the File System -- Chapter 19: XML and JSON -- XML Basics -- JSON Basics -- XML Schemas -- XML Document Object Model -- The XmlDocument Class -- The XmlElement Class -- Changing the Values of Nodes -- Converting XML to JSON -- Searching XML with XPath -- Chapter 20: LINQ -- LINQ to XML -- LINQ to XML Functional Constructors -- Working with XML Fragments -- LINQ Providers -- LINQ Query Syntax -- Declaring a Variable for Results Using the var Keyword -- Specifying the Data Source: from Clause -- Specify Condition: where Clause -- Selecting Items: select Clause -- Finishing Up: Using the foreach Loop -- Deferred Query Execution -- LINQ Method Syntax -- LINQ Extension Methods -- Query Syntax versus Method Syntax -- Lambda Expressions -- Ordering Query Results -- Understanding the orderby Clause -- Querying a Large Data Set -- Using Aggregate Operators -- Using the Select Distinct Query -- Ordering by Multiple Levels…”
Libro electrónico -
1283Publicado 2010Tabla de Contenidos: “…-- Declaring an Event -- Coding Conventions -- Generics and Delegates -- Customizing the Event Implementation -- Summary -- 14 Collection Interfaces with Standard Query Operators -- Anonymous Types and Implicitly Typed Local Variables -- Anonymous Types -- Implicitly Typed Local Variables (var) -- More about Anonymous Types and Implicit Local Variables -- Collection Initializers -- What Makes a Class a Collection: I Enumerable -- foreach with Arrays -- foreach with I Enumerable -- Do Not Modify Collections during foreach Iteration -- Standard Query Operators -- Filtering with Where() -- Projecting with Select() -- Counting Elements with Count() -- Deferred Execution -- Sorting with OrderBy() and ThenBy() -- Performing an Inner Join with Join() -- Grouping Results with GroupBy() -- Implementing a One-to-Many Relationship with GroupJoin() -- Calling SelectMany() -- More Standard Query Operators -- Summary -- 15 LINQ with Query Expressions…”
Libro electrónico -
1284Publicado 2022Tabla de Contenidos: “…8.2.1 Lending under costly state verification -- 8.2.2 Market equilibrium with no asymmetric information -- 8.2.3 Market equilibrium with asymmetric information -- 8.2.4 Summary -- 8.3 Moral hazard and bank lending -- 8.3.1 Aggregate deposit supply without financial friction -- 8.3.2 Aggregate deposit demand under financial friction -- 8.3.3 Summary -- 8.4 Overborrowing and excess volatility -- 8.4.1 Collateralized lending and borrowing constraint -- 8.4.2 Binding borrowing constraint and excess volatility -- 8.4.3 Summary -- 8.5 Risk management and the leverage cycle -- 8.5.1 Market equilibrium and asset price -- 8.5.2 VaR, asset price, and the leverage cycle -- 8.5.3 Summary -- 8.6 General equilibrium effect and the leverage cycle -- 8.6.1 Agents, time preferences, and technology -- 8.6.2 Market equilibrium without borrowing -- 8.6.3 Market equilibrium with borrowing -- 8.6.4 The business cycle and the leverage cycle -- 8.6.5 Summary -- 8.7 Exercises -- CHAPTER 9 INTERNATIONAL BANKING -- 9.1 Introduction -- 9.1.1 The ownership dimension of international banking -- 9.1.2 The location dimension of international banking -- 9.1.3 The currency dimension of international banking -- 9.2 International financial market and global risk-sharing: traditional view -- 9.2.1 Global risk-sharing in an endowment economy -- 9.2.2 Global risk-sharing in a production economy -- 9.2.3 Summary -- 9.3 Global banks and international transmission of monetary policy -- 9.3.1 Model setup: global bank and global balance sheet -- 9.3.2 International transmission of monetary policy through global banks -- 9.3.3 Summary -- 9.4 Empirical evidence -- 9.4.1 International banking and transmission of monetary policy -- 9.4.2 International risk-taking channel -- 9.5 Exercises -- CHAPTER 10 POLITICAL ECONOMY IN BANKING -- 10.1 Introduction…”
Libro electrónico -
1285Publicado 2022Tabla de Contenidos: “…-- 1 Introducing modern Java -- 1.1 The language and the platform -- 1.2 The new Java release model -- 1.3 Enhanced type inference (var keyword) -- 1.4 Changing the language and the platform -- 1.4.1 Sprinkling some sugar -- 1.4.2 Changing the language -- 1.4.3 JSRs and JEPs -- 1.4.4 Incubating and preview features -- 1.5 Small changes in Java 11 -- 1.5.1 Collections factories (JEP 213) -- 1.5.2 Remove enterprise modules (JEP 320) -- 1.5.3 HTTP/2 (Java 11) -- 1.5.4 Single-file source-code programs (JEP 330) -- Summary -- 2 Java modules -- 2.1 Setting the scene -- 2.1.1 Project Jigsaw -- 2.1.2 The module graph -- 2.1.3 Protecting the internals -- 2.1.4 New access control semantics -- 2.2 Basic modules syntax -- 2.2.1 Exporting and requiring -- 2.2.2 Transitivity -- 2.3 Loading modules -- 2.3.1 Platform modules -- 2.3.2 Application modules -- 2.3.3 Automatic modules -- 2.3.4 Unnamed module -- 2.4 Building a first modular app -- 2.4.1 Command-line switches for modules -- 2.4.2 Executing a modular app -- 2.4.3 Modules and reflection -- 2.5 Architecting for modules -- 2.5.1 Split packages -- 2.5.2 Java 8 Compact Profiles -- 2.5.3 Multi-release JARs -- 2.6 Beyond modules -- Summary -- 3 Java 17 -- 3.1 Text Blocks -- 3.2 Switch Expressions -- 3.3 Records -- 3.3.1 Nominal typing -- 3.3.2 Compact record constructors -- 3.4 Sealed Types -- 3.5 New form of instanceof -- 3.6 Pattern Matching and preview features…”
Libro electrónico -
1286Publicado 2018Tabla de Contenidos: “…Motor Control -- 3.8.3. VAR Compensators and Static Switching Systems -- 3.8.4. …”
Libro electrónico -
1287Publicado 2017Tabla de Contenidos: “….) -- 5.4.1 COMPARACIÓN DE FOUS Y VARS EN PLANTAS DE SEGUNDO ORDEN -- 5.4.2 COMPARACIÓN OPERADORES AND/OR EN PLANTAS DE SEGUNDO ORDEN -- 5.4.3 COMPARACIÓN ENTRE NUEVO ASSCD Y PID EN PLANTAS DE SEGUNDO ORDEN -- 5.5 RESUMEN DE LAS PRUEBAS -- 6 EFECTO DE LOS OPERADORES AND/OR EN PLANTAS CON INCERTIDUMBRE -- 6.1 EFECTOS DE LOS OPERADORES LÓGICOS AND Y OR -- 6.2 EFECTOS DE LOS OPERADORES LÓGICOS AND Y OR EN SISTEMAS CON (...) -- CONCLUSIONES -- GLOSARIO -- APÉNDICE -- RUTINAS PRINCIPALES -- ASSCD3.M -- CALCULAPID.M -- CURVA.M -- DATOS.M -- EXPERIMENTO.M -- IMPR.M -- RANGOS.M -- SELPLAN.M -- SOLUCION.M -- RUTINAS AUXILIARES -- CHR.M -- GETFOD.M -- REGCEN.FIS -- REGCENOR.FIS -- SELMOD.M -- TMPOLEV.M -- TMPOSBL.M -- VTUN2.M -- VTUN4.M -- ZIEGLER.M -- DIAGRAMAS DE SIMULINK -- ASSCD2.MDL -- ASSCD2P.MDL -- ASSCD2P_SR.MDL -- ASSCD2_SR.MDL -- ASSCD_CONICO.MDL -- ASSCD_CONICO_PULSO.MDL -- ASSCD_NL.MDL -- CURVA_REACCION.MDL -- CURVA_REACCION_NL.MDL -- RANGOS_CL.MDL -- RANGOS_OL.MDL -- RANGOS_OL_CONICO.MDL -- RANGOS_OL_NL.MDL -- REFERENCIAS…”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
1288Publicado 2019Tabla de Contenidos: “…. -- Vector autoregressions (VARs) -- Getting ready -- How to do it... -- How it works... -- Facebook's automatic Prophet forecasting -- Getting ready -- How to do it... -- How it works... -- There's more... -- Modeling count temporal data -- Getting ready -- How to do it... -- There's more... -- Imputing missing values in time series -- Getting ready -- How to do it... -- How it works... -- There's more... -- Anomaly detection -- Getting ready -- How to do it... -- How it works... -- There's more... -- Spectral decomposition of time series -- Getting ready -- How to do it... -- How it works... -- Chapter 8: Mixed Effects Models -- Introduction -- The standard model and ANOVA -- Getting ready -- How to do it... -- How it works... -- Some useful plots for mixed effects models -- Getting ready -- How to do it... -- There's more... -- Nonlinear mixed effects models…”
Libro electrónico -
1289Publicado 2022Tabla de Contenidos: “…Cover -- Title Page -- Copyright Page -- Contents at a Glance -- Contents -- Introduction -- Understanding the Exam -- Reading This Book -- Studying for the Exam -- Applying Test-Taking Strategies -- Taking the Exam -- Objective Map -- Assessment Test -- Chapter 1 Building Blocks -- Learning about the Environment -- Major Components of Java -- Downloading a JDK -- Understanding the Class Structure -- Fields and Methods -- Comments -- Classes and Source Files -- Writing a main() Method -- Creating a main() Method -- Passing Parameters to a Java Program -- Understanding Package Declarations and Imports -- Packages -- Wildcards -- Redundant Imports -- Naming Conflicts -- Creating a New Package -- Compiling and Running Code with Packages -- Compiling to Another Directory -- Compiling with JAR Files -- Creating a JAR File -- Ordering Elements in a Class -- Creating Objects -- Calling Constructors -- Reading and Writing Member Fields -- Executing Instance Initializer Blocks -- Following the Order of Initialization -- Understanding Data Types -- Using Primitive Types -- Using Reference Types -- Distinguishing between Primitives and Reference Types -- Creating Wrapper Classes -- Defining Text Blocks -- Declaring Variables -- Identifying Identifiers -- Declaring Multiple Variables -- Initializing Variables -- Creating Local Variables -- Passing Constructor and Method Parameters -- Defining Instance and Class Variables -- Inferring the Type with var -- Managing Variable Scope -- Limiting Scope -- Tracing Scope -- Applying Scope to Classes -- Reviewing Scope -- Destroying Objects -- Understanding Garbage Collection -- Tracing Eligibility -- Summary -- Exam Essentials -- Review Questions -- Chapter 2 Operators -- Understanding Java Operators -- Types of Operators -- Operator Precedence -- Applying Unary Operators -- Complement and Negation Operators…”
Libro electrónico -
1290por Inden, MichaelTabla de Contenidos: “…5.5.3 Zeichencodierungen bei der Ein- und Ausgabe -- 5.5.4 Speichern und Laden von Daten und Objekten -- 5.5.5 Dateiverarbeitung mit dem NIO -- 5.5.6 Neue Hilfsmethoden in der Klasse Files in JDK 11 -- 5.6 Fehlerbehandlung -- 5.6.1 Einstieg in die Fehlerbehandlung -- 5.6.2 Checked Exceptions und Unchecked Exceptions -- 5.6.3 Besonderheiten beim Exception Handling -- 5.6.4 Exception Handling und Ressourcenfreigabe -- 5.6.5 Assertions -- 5.7 Weitere Neuerungen in JDK 9, 10 und 11 -- 5.7.1 Erweiterung der @Deprecated-Annotation in JDK 9 -- 5.7.2 Syntaxerweiterung var in JDK 10 und 11 -- 5.7.3 Versionsverarbeitung mit JDK 9 und 10 -- 5.8 Weiterführende Literatur -- II Bausteine stabiler Java-Applikationen -- 6 Das Collections-Framework -- 6.1 Datenstrukturen und Containerklassen -- 6.1.1 Wahl einer geeigneten Datenstruktur -- 6.1.2 Arrays -- 6.1.3 Das Interface Collection -- 6.1.4 Das Interface Iterator -- 6.1.5 Listen und das Interface List -- 6.1.6 Mengen und das Interface Set -- 6.1.7 Grundlagen von hashbasierten Containern -- 6.1.8 Grundlagen automatisch sortierender Container -- 6.1.9 Die Methoden equals(), hashCode() und compareTo() im Zusammenspiel -- 6.1.10 Schlüssel-Wert-Abbildungen und das Interface Map -- 6.1.11 Erweiterungen am Beispiel der Klasse HashMap -- 6.1.12 Erweiterungen im Interface Map in JDK 8 -- 6.1.13 Collection-Factory-Methoden in JDK 9 -- 6.1.14 Unveränderliche Kopien von Collections mit Java 10 -- 6.1.15 Entscheidungshilfe zur Wahl von Datenstrukturen -- 6.2 Suchen und Sortieren -- 6.2.1 Suchen -- 6.2.2 Sortieren von Arrays und Listen -- 6.2.3 Sortieren mit Komparatoren -- 6.2.4 Erweiterungen im Interface Comparator mit JDK 8 -- 6.3 Utility-Klassen und Hilfsmethoden -- 6.3.1 Nützliche Hilfsmethoden -- 6.3.2 Dekorierer synchronized und unmodifiable -- 6.3.3 Vordefinierte Algorithmen in der Klasse Collections…”
Publicado 2020
Libro electrónico -
1291Publicado 2018Tabla de Contenidos: “…-- Designing a CI/CD pipeline for Kubernetes -- Summary -- Chapter 2: Creating Kubernetes Clusters -- A quick single-node cluster with Minikube -- Getting ready -- On Windows -- On macOS -- Creating the cluster -- Troubleshooting -- Checking out the cluster -- Doing work -- Examining the cluster with the dashboard -- Creating a multinode cluster using kubeadm -- Setting expectations -- Getting ready -- Preparing a cluster of vagrant VMs -- Installing the required software -- The host file -- The vars.yml file…”
Libro electrónico -
1292Publicado 2018Tabla de Contenidos: “…Dashboard page -- Categories page -- Tests page -- Code sample -- Sauce Labs Test Cloud services -- Sauce Labs Test Cloud features -- Browser and mobile platforms -- Driver code changes -- Dashboard -- SauceConnect tunnel -- TestObject Real Device Cloud -- Jenkins plugin -- Advantages and disadvantages of using in-house versus third-party grids -- Summary -- Chapter 10: Working Selenium WebDriver Framework Samples -- Introduction -- Selenium driver and DataProvider classes -- CreateDriver.java -- JSONDataProvider class -- Selenium utility classes -- BrowserUtils.java -- Global_VARS.java -- TestNG_ConsoleRunner.java -- selenium.properties -- ExtentReports classes -- ExtentTestNGIReporterListener.java -- extent-config.xml -- Browser page object base and subclasses -- PassionTeaCoBasePO.java -- PassionTeaCoWelcomePO.java -- Browser test class and data files -- PassionTeaCoTest.java -- PassionTeaCo.json -- Browser Suite XML and Maven Pom XML files -- PassionTeaCo.xml -- pom.xml file -- Summary -- Index…”
Libro electrónico -
1293Publicado 2023Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Foreword -- Contributors -- Table of Contents -- Preface -- Part 1: Refactoring with C# inVisual Studio -- Chapter 1: Technical Debt, Code Smells, and Refactoring -- Understanding technical debt and legacy code -- Where technical debt comes from -- Identifying code smells -- Introducing refactoring -- Refactoring tools in Visual Studio -- Case study - Cloudy Skies Airlines -- Summary -- Questions -- Further reading -- Chapter 2: Introduction to Refactoring -- Technical requirements -- Refactoring a baggage price calculator -- Converting properties to auto properties -- Introducing locals -- Introducing constants -- Introducing parameters -- Removing unreachable and unused code -- Extracting methods -- Refactoring manually -- Testing refactored code -- Refactoring in other editors -- Refactoring in Visual Studio Code with the C# Dev Kit -- Refactoring in JetBrains Rider -- Refactoring in Visual Studio with ReSharper -- Summary -- Questions -- Further reading -- Chapter 3: Refactoring Code Flow and Iteration -- Technical requirements -- Refactoring the boarding app -- Controlling program flow -- Inverting if statements -- Dropping else statements after return statements -- Restructuring if statements -- Using ternary operators -- Converting if statements into switch statements -- Converting to switch expressions -- Instantiating objects -- Replacing var with explicit Types -- Simplifying creation with target-typed new -- Using object initializers -- Iterating over collections -- Introducing foreach -- Converting to for loops -- Converting to LINQ -- Refactoring LINQ statements -- Choosing the correct LINQ method -- Combining LINQ methods -- Transforming with Select -- Reviewing and testing our refactored code -- Summary -- Questions -- Further reading -- Chapter 4: Refactoring at the Method Level…”
Libro electrónico -
1294Publicado 2024Tabla de Contenidos: “…-- Using Ansible Filters -- Creating Ansible Filters -- Ansible Roles -- Role Directory Structure -- Using "Defaults": Default Variables -- Using "Files": Static Files -- Using "Handlers": Actions Triggered by Tasks -- Using "Meta" -- Using "Tasks": Main List of Tasks -- Using "Templates": Template Files -- Using "Tests": Testing the Role -- Using "Vars": Variables for the Role -- Creating a Role -- Making Ansible Faster -- Disabling SSH Host Key Checking -- Disabling Fact Gathering -- Using More Forks -- Optimize How Ansible Uses SSH -- Use Asynchronous Tasks -- Sequential vs Batch Mode -- Using Execution Strategies -- Managing Docker and Docker Compose with Ansible -- Installation and Prerequisites -- Building Docker Images from Ansible Playbooks -- Tagging and Pushing Docker Images -- Managing Docker Containers from Ansible Playbooks -- Managing Docker Networks from Ansible Playbooks -- Managing Docker Volumes from Ansible Playbooks -- Docker Compose Up and Running with Ansible -- Automating Kubernetes with Ansible -- What is a Highly Available Kubernetes Cluster? …”
Libro electrónico -
1295Publicado 2017Tabla de Contenidos: “…MANAGING AN INTRUSION DETECTION SYSTEM IN A NETWORK SECURITY MONITORING FRAMEWORK -- Configuring the Intrusion Detection System -- Rules and Filters -- Managing Sensors -- Sensor Check -- External Detection -- Internal Detection -- Manual Changes to Rules -- /usr/bin/rule-update -- /etc/nsm/rules/downloaded.rules -- /etc/nsm/rules/local.rules -- /etc/nsm/pulledpork/disablesid.conf -- /etc/nsm/pulledpork/pulledpork.conf -- /var/log/nsm/sid_changes.log -- /etc/nsm/templates/snort/snort.conf -- /etc/nsm/HOSTNAME-INTERFACE/snort.conf -- /etc/nsm/rules/bpf.conf -- /etc/nsm/securityonion.conf -- /etc/nsm/pulledpork/enablesid.conf -- /etc/nsm/pulledpork/dropsid.conf -- /etc/nsm/pulledpork/modifysid.conf -- /etc/nsm/rules/threshold.conf -- Log Files -- After the Changes -- Useful File Manipulation Commands -- How to Add Rules -- How to Disable a Single Rule or Range Rules -- Edit the /etc/nsm/pulledpork/disablesid.conf File -- 9. …”
Libro electrónico -
1296Publicado 2017Tabla de Contenidos: “…. -- Chapter 4: Data and Classes -- Introduction -- How to use StringVar() -- Getting ready -- How to do it... -- How it works... -- How to get data from a widget -- Getting ready -- How to do it... -- How it works... -- Using module-level global variables -- Getting ready -- How to do it... -- How it works... -- How coding in classes can improve the GUI -- Getting ready -- How to do it... -- How it works... -- Writing callback functions -- Getting ready -- How to do it... -- How it works... -- Creating reusable GUI components -- Getting ready -- How to do it... -- How it works... -- Chapter 5: Matplotlib Charts -- Introduction -- Creating beautiful charts using Matplotlib -- Getting ready -- How to do it... -- How it works... -- Installing Matplotlib using pip with whl extension -- Getting ready -- How to do it...…”
Libro electrónico -
1297Publicado 2018Tabla de Contenidos: “…Case study 3: monthly data -- Case study 4: quarterly data -- Case study 5: annual data -- 2.3 - Missing Data, Solutions, and Transformations -- 2.3.1 - Variable transformation into logs and first differences -- 2.3.2 - Panel data estimations -- 2.3.3 - Interpretation of the cointegration equation -- 2.4 - Principal Component Analysis as a Method of the Variable Number Reduction -- 3 - Part 2: Variable Selection With Bayesian Analysis -- 3.1 - Introduction to Bayesian Inference -- 3.1.1 - Prior information, data, and posterior inference -- 3.1.2 - Literature review: Bayesian statistics in the EGN context -- 3.2 - Bayesian Estimation and Prediction -- 3.2.1 - Bayesian estimation, credible intervals, and its interpretation -- 3.2.2 - Posterior predictive inference -- 3.2.3 - Hypothesis testing -- 3.2.4 - Bayesian Hypothesis testing and Bayes factors -- 3.2.5 - An extension of hypothesis testing -- 3.2.5.1 - Model selection -- 3.2.6 - A particular problem: variable selection -- 3.2.7 - The robust prior -- 3.2.8 - Prior over the model space -- 3.2.9 - Posterior inferences in variable selection -- 3.2.10 - BayesVarSel an R package for Bayesian Variable Selection -- 3.3 - Selecting Influential Variables in the EGN -- 3.3.1 - Data and sources -- 3.3.2 - Model and variable selection -- 3.3.3 - Results -- 3.3.3.1 - Aggregate growth results -- 4 - Concluding Remarks -- 4.1 - Part 1 -- 4.2 - Part 2 -- References -- Further Readings -- Chapter 7 - Current Issues in Time-Series Analysis for the Energy-Growth Nexus (EGN) -- Asymmetries and Nonlinearities Case S... -- 1 - Introduction -- 1.1 - The EGN in Pakistan -- 2 - Literature Review -- 2.1 - The Up-to-Date Evolution of Bivariate Analysis in the EGN -- 2.2 - The Evolution of the Multivariate Framework in the EGN -- 3 - The Modeling, Data, and Methodology…”
Libro electrónico -
1298Publicado 2015Tabla de Contenidos: “…Chapter 9: Using Operators and Expressions in Access -- Introducing Operators -- Types of operators -- Mathematical operators -- Comparison operators -- String operators -- Boolean (logical) operators -- Miscellaneous operators -- Operator precedence -- The mathematical precedence -- The comparison precedence -- The Boolean precedence -- Using Operators and Expressions in Queries -- Using query comparison operators -- Understanding complex criteria -- Using functions in select queries -- Referencing fields in select queries -- Entering Single-Value Field Criteria -- Entering character (Text or Memo) criteria -- The Like operator and wildcards -- Specifying non-matching values -- Entering numeric criteria -- Entering true or false criteria -- Entering OLE object criteria -- Using Multiple Criteria in a Query -- Understanding an Or operation -- Specifying multiple values with the Or operator -- Using the Or cell of the QBE pane -- Using a list of values with the In operator -- Using And to specify a range -- Using the Between...And operator -- Searching for null data -- Entering Criteria in Multiple Fields -- Using And and Or across fields in a query -- Specifying Or criteria across fields of a query -- Using And and Or together in different fields -- A complex query on different lines -- Chapter 10: Going Beyond Select Queries -- Aggregate Queries -- Creating an aggregate query -- About aggregate functions -- Group By -- Sum, Avg, Count, StDev, Var -- Min, Max, First, Last -- Expression, Where -- Action Queries -- Make-table queries -- Delete queries -- Append queries -- Update queries -- Crosstab Queries -- Creating a crosstab query using the Crosstab Query Wizard -- Creating a crosstab query manually -- Using the query design grid to create your crosstab query -- Customizing your crosstab queries -- Optimizing Query Performance…”
Libro electrónico -
1299Publicado 2004Tabla de Contenidos: “…Setting up ClearCase -- Start now -- Setting up a playground environment -- The playground -- Moving on to a serious test environment -- Minimal test environment -- Setting up your environment -- Network infrastructure -- Setting up ClearCase -- Servers first -- Server connections -- Registry server -- ClearCase registry -- ClearCase region -- Accessing VOBs or views from another region -- ClearCase registry services in a nutshell -- License server -- VOB and view servers -- About sizing of a server -- Prepare for change -- Changing the license server -- Changing the registry server -- Moving a VOB to another server -- Moving a view to another server -- Relocating the release area -- UNIX servers and Windows clients -- SMB (CIFS) on the UNIX server -- NFS in the clients -- NAS or SAN for storage areas -- Use of snapshot views -- Clients -- Client for Samba or TAS specials -- Handling the 04:30am storm -- Backup and recovery -- VOBs -- Views -- Registry -- License and var -- Release area -- Restore -- MultiSite as backup -- Standard maintenance -- Disaster recovery for ClearCase -- Migrating code into ClearCase -- Rollout to users -- Training -- Hands-on -- Staging -- Successful rollout -- Get help -- Part 3 Implementing ClearQuest for UCM -- Chapter 8. …”
Libro electrónico -
1300por Lucas, Michael, 1967-Tabla de Contenidos: “…Installation Preparations -- OpenBSD Hardware -- Supported Hardware -- Proprietary Hardware, Blobs, and Firmware -- Processors -- Memory (RAM) -- Hard Drives -- Virtualization -- Multiple Operating Systems -- Getting OpenBSD -- Official CDs -- Internet Downloads -- Mirror Site Layout -- Release Directories -- Boot Media -- Choosing Install Media -- Local Installation Servers -- File Sets -- Partitioning -- Standard OpenBSD Partitions -- Root Partition -- Swap Space -- /tmp Directory -- /var Partition -- /usr Partition -- /usr/X11R6 Partition…”
Publicado 2013
Libro electrónico