Master index |
Index for matpower7.1/extras/syngrid/lib ![]() |
| PURPOSE: analyze and show the correlation between node degree and node | |
| Given the connectivity matrix Ma, examine if the topology is connected | |
| SynGrid | |
| Cluster-small world model to generation rand topo power grids | |
| suppose a topology, n nodes, m links, given: | |
| generate the line impedances and form the network admittance matrix | |
| get non zero elements from matrix x, | |
| PURPOSE: run Markov flips for "n" times, get a chain of "0/1" states. | |
| SG_BUS_TYPE generates a random bus type assignment | |
| SG_DATASAMPLE Select K samples from DATA (without replacement) | |
| SG_EXPRND Replacement for EXPRND from the Statistics Toolbox | |
| SG_FLOW_LIM main function to run transmission line capacity assignment | |
| SG_GEN_CAPACITY main function to run Pg_max assignment | |
| SG_GEN_COST main function to run generation cost assignment | |
| SG_GEN_DISPATCH main function to run Pg setting | |
| SG_LOAD main function to run load assignment | |
| SG_LOGNRND Replacement for LOGNRND from the Statistics Toolbox | |
| SG_OPTIONS Create a SynGrid options struct with default options + overrides. | |
| SG_POISSRND Replacement for POISSRND from the Statistics Toolbox | |
| SG_RANDOM_STABLE create MM x NN matrix of random numbers from stable dist | |
| SG_REFSYS_STAT return reference system statistics | |
| SG_TOPOLOGY Generate random power grid topology using RT-nestedSmallWorld | |
| SGVER Prints or returns SynGrid version info for current installation. | |
| SGVM_ACPTDF Calculate line sensitivitis at a given operating point. | |
| SGVM_ADD_SHUNTS add shunt elements to MPC to satisfy voltage constraints | |
| SGVM_BETA_VARIATE create beta distributed values | |
| SGVM_BRANCH_PERM permute the branch properties of the mpc case | |
| SGVM_CALC_INJECTION_DELTA calculate desired bus injection change | |
| SGVM_COLLECTION_STATS prints statistics for an array of mpc cases. | |
| SGVM_DATA2MPC create seed MATPOWER case by sampling DATA | |
| SGVM_DELTAINJECTION2PERM convert change in injection to a permutation. | |
| SGVM_ENSURE_COL_VECT make sure x is a column vector | |
| SGVM_EXTRACT_PERM Map matrix A to a permutation matrix (WARINING INCOMPLETE) | |
| SGVM_GAMMA_VARIATE generate gamma distributed samples | |
| SGVM_GETZDR calculate driving point impedances | |
| SGVM_GET_MAX_ITER get the maximum iteration based on the AC solver. | |
| SGVM_MINQFLOW minimize magintude of reactive flows by adding shunts | |
| SGVM_MPC2DATA create VARIATIONS MODE inputs from MATPOWER case | |
| SGVM_MPC_PERM main VARIATIONS MODE script | |
| SGVM_MULT_RANDN sample N times from a multivariate normal distribution | |
| SGVM_NODEPERM_INIT Initial node permutation (following branch assignment) | |
| SGVM_PERFORM_PERMUTE perform node property permutation on MPC | |
| SGVM_SAMPLE_DIST samples distribution object DIST N times. | |
| SGVM_SET_MAX_ITER set maximum iteration number in MPOPT | |
| SGVM_SHUNTSOPTS default options for sgvm_add_shunts procedure | |
| SGVM_SMPLOPTS default options for SGVM_DATA2MPC() | |
| SGVM_VARARGIN_PARSE parses VARARGIN inputs | |
| SYNGRID Create a synthetic power grid model in MATPOWER format. |