Next
Previous Contents
S-Lang Module Reference (version 2.3)
John E. Davis <www.jedsoft.org>
Sep 15, 2014
1.
Introduction
2.
Base64 Module
2.1
_base64_decoder_accumulate
2.2
_base64_decoder_new
2.3
_base64_decoder_close
2.4
_base64_encoder_accumulate
2.5
_base64_encoder_new
2.6
_base64_encoder_close
3.
Checksum Module
3.1
md5sum
3.2
md5sum_file
3.3
sha1sum
3.4
sha1sum_file
4.
CSV Module
4.1
csv_decoder_new
4.2
csv.readcol
4.3
csv.readrow
4.4
csv_readcol
4.5
csv_encoder_new
4.6
csv_writecol
4.7
csv.writecol
5.
Fork Module
5.1
fork
5.2
execv
5.3
execve
5.4
execvp
5.5
_exit
5.6
waitpid
6.
Histogram Module
6.1
hist1d
6.2
hist2d
6.3
hist1d_rebin
6.4
hist2d_rebin
6.5
hist_bsearch
6.6
whist1d
6.7
whist2d
7.
JSON Module
7.1
json_decode
7.2
json_encode
8.
Oniguruma Regular Expression Module
8.1
onig_new
8.2
onig_search
8.3
onig_nth_match
8.4
onig_nth_substr
9.
Perl Compatible Regular Expression Module
9.1
pcre_compile
9.2
pcre_exec
9.3
pcre_matches
9.4
pcre_nth_match
9.5
pcre_nth_substr
9.6
slang_to_pcre
10.
Portable Network Graphics Module
10.1
png_read
10.2
png_read_flipped
10.3
png_write
10.4
png_write_flipped
10.5
png_rgb_to_gray
10.6
png_gray_to_rgb
10.7
png_get_colormap
10.8
png_add_colormap
10.9
png_get_r
10.10
png_get_g
10.11
png_get_b
10.12
png_get_a
11.
Random Number Module
11.1
rand_exp
11.2
rand_int
11.3
rand_tdist
11.4
rand_fdist
11.5
rand_chisq
11.6
rand_flat
11.7
rand_gamma
11.8
rand_binomial
11.9
rand_poisson
11.10
rand_geometric
11.11
rand_cauchy
11.12
rand_beta
11.13
rand_gauss
11.14
rand
11.15
rand_uniform_pos
11.16
rand_uniform
11.17
srand
11.18
rand_new
11.19
rand_sample
11.20
rand_permutation
12.
Screen Management Module
12.1
slsmg_suspend_smg
12.2
slsmg_resume_smg
12.3
slsmg_erase_eol
12.4
slsmg_gotorc
12.5
slsmg_erase_eos
12.6
slsmg_reverse_video
12.7
slsmg_set_color
12.8
slsmg_normal_video
12.9
slsmg_write_string
12.10
slsmg_cls
12.11
slsmg_refresh
12.12
slsmg_reset_smg
12.13
slsmg_init_smg
12.14
slsmg_write_nstring
12.15
slsmg_write_wrapped_string
12.16
slsmg_char_at
12.17
slsmg_set_screen_start
12.18
slsmg_draw_hline
12.19
slsmg_draw_vline
12.20
slsmg_draw_object
12.21
slsmg_draw_box
12.22
slsmg_get_column
12.23
slsmg_get_row
12.24
slsmg_forward
12.25
slsmg_set_color_in_region
12.26
slsmg_define_color
12.27
slsmg_write_to_status_line
13.
Socket Module
13.1
socket
13.2
connect
13.3
bind
13.4
accept
13.5
listen
13.6
getsockopt
13.7
setsockopt
14.
Statistics Module
14.1
median
14.2
median_nc
14.3
mean
14.4
stddev
14.5
skewness
14.6
kurtosis
14.7
binomial
14.8
chisqr_cdf
14.9
poisson_cdf
14.10
smirnov_cdf
14.11
normal_cdf
14.12
mann_whitney_cdf
14.13
kim_jennrich_cdf
14.14
f_cdf
14.15
ks_test
14.16
ks_test2
14.17
kuiper_test
14.18
kuiper_test2
14.19
chisqr_test
14.20
mw_test
14.21
f_test2
14.22
t_test
14.23
t_test2
14.24
welch_t_test2
14.25
z_test
14.26
kendall_tau
14.27
pearson_r
14.28
spearman_r
14.29
correlation
Next
Previous Contents