1#@ s*: Label=FastTest
2# DAKOTA INPUT FILE : dakota_vbd.in
3
4environment,
5	  tabular_data
6
7method,
8	fsu_quasi_mc halton			#s0
9#       dace lhs				#s1
10#	fsu_cvt					#s2
11#	sampling				#s3,#s4
12	  variance_based_decomp
13	  samples = 100
14#         sample_type lhs			#s3,#s4
15#         seed = 44691				#s1,#s2,#s3,#s4
16#	  num_trials = 1000			#s2
17#	  max_iterations = 100			#s2
18
19variables,
20	uniform_uncertain = 2
21	  lower_bounds = 0 0
22	  upper_bounds =  1 1
23#       histogram_point_uncertain real = 2	#s4
24#	  num_pairs = 2 3 			#s4
25#	  abscissas = 1.2 1.4 0 1 2		#s4
26#	  counts = 1 1 1 1 1  	  		#s4
27#	geometric_uncertain = 1			#s4
28#	  prob_per_trial = 0.95			#s4
29
30interface,
31	direct
32	  analysis_driver = 'text_book'
33
34responses,
35	response_functions = 1
36	no_gradients
37	no_hessians
38