CXC-Number

 view release on metacpan or  search on metacpan

docs/notes.lyx  view on Meta::CPAN

#LyX 2.3 created this file. For more info see http://www.lyx.org/
\lyxformat 544
\begin_document
\begin_header
\save_transient_properties true
\origin unavailable
\textclass scrartcl
\use_default_options true
\begin_modules
logicalmkup
theorems-ams
theorems-ams-extended
enumitem
\end_modules
\maintain_unincluded_children false
\begin_local_layout
Format 7
InsetLayout CharStyle:MenuItem
LyxType               charstyle
LabelString           menu
LatexType             command
LatexName             menuitem
Font
Family              Sans
EndFont
Preamble
\newcommand*{\menuitem}[1]{{\sffamily #1}}
EndPreamble
End
\end_local_layout
\language english
\language_package default
\inputencoding auto
\fontencoding global
\font_roman "default" "default"
\font_sans "default" "default"
\font_typewriter "default" "default"
\font_math "auto" "auto"
\font_default_family default
\use_non_tex_fonts false
\font_sc false
\font_osf false
\font_sf_scale 100 100
\font_tt_scale 100 100
\use_microtype false
\use_dash_ligatures true
\graphics default
\default_output_format default
\output_sync 0
\bibtex_command default
\index_command default
\paperfontsize 12
\spacing single
\use_hyperref true
\pdf_title "LyX's Additional Features manual"
\pdf_author "LyX Team"
\pdf_subject "LyX's additional features documentation"
\pdf_keywords "LyX, Documentation, Additional"
\pdf_bookmarks true
\pdf_bookmarksnumbered true
\pdf_bookmarksopen false
\pdf_bookmarksopenlevel 1
\pdf_breaklinks false
\pdf_pdfborder false
\pdf_colorlinks true
\pdf_backref false
\pdf_pdfusetitle false
\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
\papersize letterpaper
\use_geometry false
\use_package amsmath 1
\use_package amssymb 1
\use_package cancel 1
\use_package esint 0
\use_package mathdots 1
\use_package mathtools 1
\use_package mhchem 1
\use_package stackrel 1
\use_package stmaryrd 1
\use_package undertilde 1
\cite_engine basic
\cite_engine_type default
\biblio_style plain
\use_bibtopic true
\use_indices false
\paperorientation portrait
\suppress_date false
\justification true
\use_refstyle 0
\use_minted 0
\index Index
\shortcut idx
\color #008000
\end_index
\secnumdepth 3
\tocdepth 3
\paragraph_separation skip
\defskip smallskip
\is_math_indent 1
\math_indentation default
\math_numbering_side default
\quotes_style english
\dynamic_quotes 0
\papercolumns 1
\papersides 1
\paperpagestyle default
\tracking_changes false

docs/notes.lyx  view on Meta::CPAN


, 
\begin_inset Formula $w$
\end_inset

.
\end_layout

\begin_layout Standard
\begin_inset Formula 
\begin{eqnarray*}
E_{0} & = & P-fw\\
i_{min} & = & \left\lfloor \frac{R_{min}-E_{0}}{w}\right\rfloor \\
i_{max} & = & \left\lceil \frac{R_{max}-E_{0}}{w}\right\rceil \\
n & = & i_{max}-i_{min}+1
\end{eqnarray*}

\end_inset


\end_layout

\begin_layout Subsection
Aligned bins, Fixed 
\begin_inset Formula $n$
\end_inset

, variable 
\begin_inset Formula $w$
\end_inset


\end_layout

\begin_layout Standard
Given: 
\begin_inset Formula $\Delta$
\end_inset

, 
\begin_inset Formula $P$
\end_inset

, 
\begin_inset Formula $R_{max}$
\end_inset

, 
\begin_inset Formula $R_{min}$
\end_inset

, 
\begin_inset Formula $n$
\end_inset

.
\end_layout

\begin_layout Standard
Wanted: minimum 
\begin_inset Formula $w\ni w\geq\frac{R_{min}-R_{max}}{n}$
\end_inset

 
\end_layout

\begin_layout Standard
Because Eqs.
\begin_inset space ~
\end_inset


\begin_inset CommandInset ref
LatexCommand ref
reference "eq:Emin-General"
plural "false"
caps "false"
noprefix "false"

\end_inset

 and 
\begin_inset CommandInset ref
LatexCommand ref
reference "eq:Emax-General"
plural "false"
caps "false"
noprefix "false"

\end_inset

 are painful to solve, let's see if we can figure things out another way.
\end_layout

\begin_layout Standard
Once we have a bin width such that bin edges 
\begin_inset Formula $\left[E_{min},E_{max}\right]$
\end_inset

 cover our data range, 
\begin_inset Formula $\left[R_{min},R_{max}\right]$
\end_inset

, attending to alignment with the fiducial point 
\begin_inset Formula $P$
\end_inset

 is a simple translation of the bins.
 
\begin_inset Formula $P$
\end_inset

's position relative to its containing bin is given by 
\begin_inset Formula $fw$
\end_inset

, so it's a periodic condition (it doesn't matter 
\emph on
which
\emph default
 bin it's in) and the maximum we need to translate is exactly one bin.



( run in 1.418 second using v1.01-cache-2.11-cpan-75ffa21a3d4 )