Companion to "Pfaffian Point Processes for Two Classes of Random Plane Partitions"
Random Plane Partitions
Alec Todd
Department of Mathematics, University of California, Davis
[email protected]
This CoCalc repository is a companion to the paper "Pfaffian Point Processes for Two Classes of Random Plane Partitions." It contains the following items:
Folders:
spp_data/
: contains matrix data for the SPP point process fitting intsscpp_data/
: contains matrix data for the TSSCPP point process of order
Sage Libraries:
mat_to_list.sage
: A basic but useful function for converting aMatrix
object into alist
objecttsscpp_interpolation.sage
:tsscpp_probabilities.sage
:tsscpp_tools.sage
: Tools for manipulating TSSCPP's, including a function that plots the nest of NILP's for a given TSSCPP
Sage Worksheets
demo_tsscpp_interpolation.sagews
demo_tsscpp_probabilities.sagews
demo_tsscpp_tools.sage
spp_matrices.sagews
: Code used for generating the data found inspp_data/
tsscpp_matrices.sagews
: Code used for generating the data found intsscpp_data/
I recommend that readers begin by viewing the Sage worksheets listed above, in particular the demo
files, which should give a sense of the computational tools used in my paper. Readers are invited to experiment with the matrix data I have provided using the tools in the .sage
files included in this repository.