-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (55 loc) · 3.91 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="generator" content="ReText 8.0.0">
<title>README</title>
</head>
<body>
<h1>MGB-sols</h1>
<!--<h2>[<em>… Under construction …</em>]</h2>-->
<p>This repository (<a href="https://github.com/justineuro/MGB-sols">MGB-sols</a>) contains a partial solutions manual to <strong><em>Introduction to the Theory of Statistics</em></strong> (1974)
by A.M. Mood, F.A. Graybill, and D.C. Boes. </p>
<h2>For the impatient …</h2>
<p>A link to a PDF copy of the partial solutions manual or zipped repository: <a href="https://github.com/justineuro/MGB-sols/blob/main/mgb-main.pdf"><strong>PDF</strong></a> <a href="https://github.com/justineuro/MGB-sols/archive/refs/heads/main.zip"><strong>MGB-sols-main.zip</strong></a></p>
<h2>To create your own PDF copy</h2>
<p>To create your own PDF copy, clone this repository, open the file <code>mgb-main.tex</code> in <a href="https://texstudio.org/">TeXstudio</a> (or a similar software), then compile it. </p>
<p>Alternatively, clone this repository, then at the linux command line under your local copy of <code>MGB-sols</code> folder (or <code>MGB-sols-main</code> folder if you downloaded a copy of the <a href="https://github.com/justineuro/MGB-sols/archive/refs/heads/main.zip">zipped repository</a>), execute <code>pdflatex mgb-main.tex</code>. That is,</p>
<pre><code class="language-bash">git clone https://github.com/justineuro/MGB-sols
cd MGB-sols
pdflatex mgb-main.tex
</code></pre>
<h2>Additional information</h2>
<p>The patial solutions manual that is given in this repository (PDF and LaTeX codes) is a re-make of a previous manual that may be found at the following sites (there may others):</p>
<ul>
<li><a href="https://pdfcoffee.com/introduction-to-the-theory-of-statistics-solutions-manual-1974-mood-graybill-pdf-free.html">pdfcoffee.com</a></li>
<li><a href="https://kupdf.net/download/introduction-to-the-theory-of-statistics-solutions-manual-1974-mood-graybillpdf_59b92c8c08bbc59450894cb7_pdf">kupdf.net</a></li>
<li><a href="https://www.scribd.com/document/327373269/Introduction-to-the-Theory-of-Statistics-Solutions-Manual-1974-Mood-Graybill">Scribd</a></li>
</ul>
<p>The textbook itself may be downloaded from any of the following sites (among others):</p>
<ul>
<li><a href="https://archive.org/details/in.ernet.dli.2015.132521">Internet Archive (Site 1)</a></li>
<li><a href="https://archive.org/details/in.ernet.dli.2015.137786">Internet Archive (Site 2)</a></li>
</ul>
<p>As this version of the manual has not been thoroughly proofread, it would be greatly appreciated if you can inform yours truly, through the <code>Issues</code> section of this repository or by email: <a href="mailto:justineuro@gmail.com">justineuro@gmail.com</a>, of any typographical errors that you spot (you may also send a <code>git pull</code> request for purposes related to this). Looking forward to collaborating with you, many thanks!</p>
<p>(Note: This version of the solutions manual contains errata that have already been implemented in the 3rd edition of MGB.)</p>
<h2>License</h2>
<p xmlns:dct="http://purl.org/dc/terms/" xmlns:vcard="http://www.w3.org/2001/vcard-rdf/3.0#">
<a rel="license"
href="http://creativecommons.org/publicdomain/zero/1.0/">
<img src="http://i.creativecommons.org/p/zero/1.0/88x31.png" style="border-style: none;" alt="CC0" />
</a>
<br />
To the extent possible under law,
<a rel="dct:publisher"
href="https://github.com/justineuro">
<span property="dct:title">Justine Leon A. Uro</span></a>
has waived all copyright and related or neighboring rights to
<span property="dct:title"><a href="https://github.com/justineuro/MGB-sols">MGB-sols</a></span>.
This work is published from:
<span property="vcard:Country" datatype="dct:ISO3166"
content="PH" about="https://github.com/justineuro/MGB-sols">
Philippines</span>.
</p>
</body>
</html>