Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
  • 1
    UID:
    b3kat_BV035440535
    Format: xii, 386 Seiten , Diagramme , 235 mm x 155 mm
    ISBN: 9781441927767 , 9780387881454 , 9781441927767
    Series Statement: Springer series in statistics
    Note: Hier auch später erschienene, unveränderte Nachdrucke
    Additional Edition: Erscheint auch als ebook ISBN 978-0-387-88146-1 10.1007/978-0-387-88146-1
    Language: English
    Subjects: Economics , Mathematics
    RVK:
    RVK:
    RVK:
    Keywords: Netzwerk ; Statistisches Modell ; Statistik ; Statistik
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    UID:
    b3kat_BV041918824
    Format: XIII, 207 S. , Ill., graph. Darst.
    ISBN: 9781493909827
    Series Statement: Use R!
    Additional Edition: Erscheint auch als Online-Ausgabe ISBN 978-1-4939-0983-4
    Language: English
    Subjects: Computer Science , Economics , Mathematics , Sociology
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: Netzwerk ; Statistisches Modell
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    New York, NY : Springer
    UID:
    b3kat_BV036492605
    Format: 1 Online-Ressource (xii, 386 Seiten) , Illustrationen, Diagramme
    ISBN: 9780387881461
    Series Statement: Springer series in statistics
    Additional Edition: Erscheint auch als Druck-Ausgabe, Hardcover ISBN 978-0-387-88145-4
    Additional Edition: Erscheint auch als Druck-Ausgabe, Paperback ISBN 978-1-4419-2776-7
    Language: English
    Subjects: Economics , Mathematics
    RVK:
    RVK:
    RVK:
    Keywords: Netzwerk ; Statistisches Modell ; Lehrbuch
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (lizenzpflichtig)
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    Cham : Springer International Publishing | Cham : Springer
    UID:
    b3kat_BV046791907
    Format: 1 Online-Ressource (XIV, 228 p. 75 illus., 56 illus. in color)
    Edition: 2nd ed. 2020
    ISBN: 9783030441296
    Series Statement: Use R!
    Additional Edition: Erscheint auch als Druck-Ausgabe ISBN 978-3-030-44128-9
    Additional Edition: Erscheint auch als Druck-Ausgabe ISBN 978-3-030-44130-2
    Language: English
    Subjects: Computer Science , Economics , Psychology , Mathematics , Sociology
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    URL: Volltext  (URL des Erstveröffentlichers)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    UID:
    b3kat_BV041893596
    Format: 1 Online-Ressource (XIII, 207 Seiten)
    ISBN: 9781493909834
    Series Statement: Use R!
    Additional Edition: Erscheint auch als Druckausgabe ISBN 978-1-4939-0982-7
    Language: English
    Subjects: Computer Science , Economics , Mathematics , Sociology
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: Netzwerk ; Statistisches Modell
    URL: Volltext  (URL des Erstveröffentlichers)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    UID:
    b3kat_BV047003910
    Format: xiv, 228 Seiten , Illustrationen, Diagramme
    Edition: Second edition
    ISBN: 9783030441289
    Series Statement: Use R!
    Additional Edition: Erscheint auch als Online-Ausgabe ISBN 978-3-030-44129-6
    Language: English
    Subjects: Computer Science , Economics , Psychology , Mathematics , Sociology
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    New York, NY : Springer New York
    UID:
    gbv_165795806X
    Format: Online-Ressource (XIII, 207 p. 55 illus., 53 illus. in color, online resource)
    ISBN: 9781493909834
    Series Statement: Use R! 65
    Content: Networks have permeated everyday life through everyday realities like the Internet, social networks, and viral marketing. As such, network analysis is an important growth area in the quantitative sciences, with roots in social network analysis going back to the 1930s and graph theory going back centuries. Measurement and analysis are integral components of network research. As a result, statistical methods play a critical role in network analysis. This book is the first of its kind in network research. It can be used as a stand-alone resource in which multiple R packages are used to illustrate how to conduct a wide range of network analyses, from basic manipulation and visualization, to summary and characterization, to modeling of network data. The central package is igraph, which provides extensive capabilities for studying network graphs in R. This text builds on Eric D. Kolaczyk’s book Statistical Analysis of Network Data (Springer, 2009)
    Note: Description based upon print version of record , Preface; Contents; Biographies; Chapter 1 Introduction; 1.1 Why Networks?; 1.2 Types of Network Analysis; 1.2.1 Visualizing and Characterizing Networks; 1.2.2 Network Modeling and Inference; 1.2.3 Network Processes; 1.3 Why Use R for Network Analysis?; 1.4 About This Book; 1.5 About the R code; Chapter 2 Manipulating Network Data; 2.1 Introduction; 2.2 Creating Network Graphs; 2.2.1 Undirected and Directed Graphs; 2.2.2 Representations for Graphs; 2.2.3 Operations on Graphs; 2.3 Decorating Network Graphs; 2.3.1 Vertex, Edge, and Graph Attributes; 2.3.2 Using Data Frames , 2.4 Talking About Graphs2.4.1 Basic Graph Concepts; 2.4.2 Special Types of Graphs; 2.5 Additional Reading; Chapter 3 Visualizing Network Data; 3.1 Introduction; 3.2 Elements of Graph Visualization; 3.3 Graph Layouts; 3.4 Decorating Graph Layouts; 3.5 Visualizing Large Networks; 3.6 Using Visualization Tools Outside of R; 3.7 Additional Reading; Chapter 4 Descriptive Analysis of Network Graph Characteristics; 4.1 Introduction; 4.2 Vertex and Edge Characteristics; 4.2.1 Vertex Degree; 4.2.2 Vertex Centrality; 4.2.3 Characterizing Edges; 4.3 Characterizing Network Cohesion , 4.3.1 Subgraphs and Censuses4.3.2 Density and Related Notions of Relative Frequency; 4.3.3 Connectivity, Cuts, and Flows; 4.4 Graph Partitioning; 4.4.1 Hierarchical Clustering; 4.4.2 Spectral Partitioning; 4.4.3 Validation of Graph Partitioning; 4.5 Assortativity and Mixing; 4.6 Additional Reading; Chapter 5 Mathematical Models for Network Graphs; 5.1 Introduction; 5.2 Classical Random Graph Models; 5.3 Generalized Random Graph Models; 5.4 Network Graph Models Based on Mechanisms; 5.4.1 Small-World Models; 5.4.2 Preferential Attachment Models , 5.5 Assessing Significance of Network Graph Characteristics5.5.1 Assessing the Number of Communities in a Network; 5.5.2 Assessing Small World Properties; 5.6 Additional Reading; Chapter 6 Statistical Models for Network Graphs; 6.1 Introduction; 6.2 Exponential Random Graph Models; 6.2.1 General Formulation; 6.2.2 Specifying a Model; 6.2.3 Model Fitting; 6.2.4 Goodness-of-Fit; 6.3 Network Block Models; 6.3.1 Model Specification; 6.3.2 Model Fitting; 6.3.3 Goodness-of-Fit; 6.4 Latent Network Models; 6.4.1 General Formulation; 6.4.2 Specifying the Latent Effects; 6.4.3 Model Fitting , 6.4.4 Goodness-of-Fit6.5 Additional Reading; Chapter 7 Network Topology Inference; 7.1 Introduction; 7.2 Link Prediction; 7.3 Association Network Inference; 7.3.1 Correlation Networks; 7.3.2 Partial Correlation Networks; 7.3.3 Gaussian Graphical Model Networks; 7.4 Tomographic Network Topology Inference; 7.4.1 Constraining the Problem: Tree Topologies; 7.4.2 Tomographic Inference of Tree Topologies:An Illustration; 7.5 Additional Reading; Chapter 8 Modeling and Prediction for Processes on Network Graphs; 8.1 Introduction; 8.2 Nearest Neighbor Methods; 8.3 Markov Random Fields , 8.3.1 General Characterization
    Additional Edition: ISBN 9781493909827
    Additional Edition: Druckausg. Kolaczyk, Eric D., 1968 - Statistical analysis of network data with R New York : Springer, 2014 ISBN 1493909827
    Additional Edition: ISBN 9781493909827
    Language: English
    Subjects: Computer Science , Economics , Mathematics
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: Netzwerk ; Statistisches Modell ; Statistik ; R
    URL: Volltext  (lizenzpflichtig)
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Book
    Book
    Cambridge, United Kingdom : Cambridge University Press
    UID:
    b3kat_BV044557909
    Format: xii, 124 Seiten , Illustrationen
    ISBN: 9781108407120
    Series Statement: Semstat elements
    Language: English
    Subjects: Mathematics
    RVK:
    Keywords: Netzwerk ; Statistische Analyse
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    Cambridge, United Kingdom : Cambridge University Press
    UID:
    gbv_1066513996
    Format: 1 Online-Ressource (1 online resource)
    ISBN: 9781108290159 , 1108290159
    Series Statement: SemStat elements
    Content: This snapshot of the current frontier of statistics and network analysis focuses on the foundational topics of modeling, sampling, and design. Primarily for graduate students and researchers in statistics and closely related fields, emphasis is not only on what has been done, but on what remains to be done
    Content: 1. Background and overview -- 2. Network modeling -- 3. Sampling networks -- 4. Networked experiments -- 5. Emerging topic areas -- Appendix background on graphs
    Note: Includes bibliographical references (pages 105-118) and indexes
    Additional Edition: ISBN 1108407129
    Additional Edition: ISBN 9781108407120
    Additional Edition: Erscheint auch als Druck-Ausgabe ISBN 9781108407120
    Language: English
    URL: Volltext  (Free Access (Cambridge Core))
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. Further information can be found on the KOBV privacy pages